Magentix2
2.1.1
|
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 |
This class is not currently used. It needs a revision in order to define its operation
Definition at line 14 of file NotAcceptedMessagesState.java.
Definition at line 21 of file NotAcceptedMessagesState.java.
abstract String es.upv.dsic.gti_ia.cAgents.NotAcceptedMessagesState.getNext | ( | String | previousState | ) | [protected, pure virtual] |
abstract int es.upv.dsic.gti_ia.cAgents.NotAcceptedMessagesState.run | ( | ACLMessage | exceptionMessage, |
String | next | ||
) | [protected, pure virtual] |
final int es.upv.dsic.gti_ia.cAgents.NotAcceptedMessagesState.IGNORE = 1 [static, protected] |
Definition at line 17 of file NotAcceptedMessagesState.java.
final int es.upv.dsic.gti_ia.cAgents.NotAcceptedMessagesState.KEEP = 3 [static, protected] |
Definition at line 19 of file NotAcceptedMessagesState.java.
final int es.upv.dsic.gti_ia.cAgents.NotAcceptedMessagesState.REPLY_NOT_UNDERSTOOD = 2 [static, protected] |
Definition at line 18 of file NotAcceptedMessagesState.java.