Uses of Class
es.upv.dsic.gti_ia.cAgents.State

Packages that use State
es.upv.dsic.gti_ia.cAgents   
 

Uses of State in es.upv.dsic.gti_ia.cAgents
 

Subclasses of State in es.upv.dsic.gti_ia.cAgents
 class ActionState
          This class represents an action state during an interaction protocol.
 class BeginState
          This class represents a begin state during an interaction protocol.
 class FinalState
          This class represents a final state during an interaction protocol.
 class NotAcceptedMessagesState
          This class is not currently used.
 class ReceiveState
          This class represents a receive state during an interaction protocol.
 class SendState
          This class represents a send state during an interaction protocol.
 class TerminatedFatherState
          This class is not currently used.
 class WaitState
          This class represents a wait state during an interaction protocol.
 

Methods in es.upv.dsic.gti_ia.cAgents that return State
 State CProcessor.getState(String name)
          Returns the state identified by its name
 

Methods in es.upv.dsic.gti_ia.cAgents with parameters of type State
 void CProcessor.addTransition(State from, State destination)
          Adds a transition between two states
 void CProcessor.deregisterState(State s)
          Removes a state from the graph
 void CProcessor.registerFirstState(State s)
          Registers the first state of the graph
 void CProcessor.registerState(State s)
          Registers a new state in the CProcessor
 



Copyright © 2012 GTI-IA. All Rights Reserved.