|
fipa_acl
1.4
|
Classes | |
| struct | Event |
| struct | ProtocolException |
| struct | InvalidOperation |
Enumerations | |
| enum | EventType { UNKNOWN, START_OF_CONVERSATION, INTERMEDIATE_UPDATE, END_OF_CONVERSATION, FAILURE } |
| enum | Status { UNINITIALIZED, RUNNING, ENDED, FAILED } |
Conversation types
Event classification
| Enumerator | |
|---|---|
| UNKNOWN | |
| START_OF_CONVERSATION | |
| INTERMEDIATE_UPDATE | |
| END_OF_CONVERSATION | |
| FAILURE | |
Definition at line 31 of file conversation.h.
Conversation state - multiple terminal states exist here
| Enumerator | |
|---|---|
| UNINITIALIZED | |
| RUNNING | |
| ENDED | |
| FAILED | |
Definition at line 36 of file conversation.h.
1.8.6