Package es.upv.dsic.gti_ia.cAgents

Interface Summary
ActionStateMethod This interface represents a method of an action state
BeginStateMethod  
CancelStateMethod  
FinalStateMethod This interface represents a method of a final state
ReceiveStateMethod This interface represents a method of a receive state
SendStateMethod This interface represents a method of a send state
ShutdownStateMethod This interface represents a method of a shutdown state
WaitStateMethod This interface represents a method of a wait state
 

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.
 



Copyright © 2012 GTI-IA. All Rights Reserved.