Uses of Class
org.malai.interaction.State

Packages that use State
org.malai.interaction   
 

Uses of State in org.malai.interaction
 

Subclasses of State in org.malai.interaction
 class AbortingState
          This state defines a aborting state that aborts the interaction.
 class InitState
          This state defines a initial state that starts the interaction.
 class IntermediaryState
          This state defines a standard state that modifies the state of the interaction.
 class TerminalState
          This state defines a terminal state that ends the interaction.