Magentix2  2.1.1
es.upv.dsic.gti_ia.cAgents.NotAcceptedMessagesState Class Reference
Inheritance diagram for es.upv.dsic.gti_ia.cAgents.NotAcceptedMessagesState:
Collaboration diagram for es.upv.dsic.gti_ia.cAgents.NotAcceptedMessagesState:

List of all members.

Public Member Functions

 NotAcceptedMessagesState ()

Protected Member Functions

abstract int run (ACLMessage exceptionMessage, String next)
abstract String getNext (String previousState)

Static Protected Attributes

static final int IGNORE = 1
static final int REPLY_NOT_UNDERSTOOD = 2
static final int KEEP = 3

Detailed Description

This class is not currently used. It needs a revision in order to define its operation

Author:
Ricard Lopez Fogues

Definition at line 14 of file NotAcceptedMessagesState.java.


Constructor & Destructor Documentation

Definition at line 21 of file NotAcceptedMessagesState.java.

                                          {
                super("NOT_ACCEPTED_MESSAGES_STATE");
                type = State.NOT_ACCEPTED_MESSAGES;
        }

Member Function Documentation


Member Data Documentation

Definition at line 17 of file NotAcceptedMessagesState.java.

Definition at line 19 of file NotAcceptedMessagesState.java.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables