|
Class Summary |
| ActionState |
This class represents an action state during an interaction protocol. |
| BeginState |
This class represents a begin state during an interaction protocol. |
| CAgent |
An agent has to extend this class in order to use the conversation support. |
| CFactory |
A CFactory starts CProcessors in order to manage conversations. |
| CProcessor |
CProcessors manage conversations. |
| FinalState |
This class represents a final state during an interaction protocol. |
| NotAcceptedMessagesState |
This class is not currently used. |
| ReceiveState |
This class represents a receive state during an interaction protocol. |
| SendingErrorsStateMethod |
This class is not currently used. |
| SendState |
This class represents a send state during an interaction protocol. |
| State |
This is the generic state class. |
| TerminatedFatherState |
This class is not currently used. |
| TransitionTable |
This class is used to define all the transitions between the states of a CProcessor's graph |
| WaitState |
This class represents a wait state during an interaction protocol. |