Uses of Class
org.malai.interaction.InitState

Packages that use InitState
org.malai.interaction   
 

Uses of InitState in org.malai.interaction
 

Fields in org.malai.interaction declared as InitState
protected  InitState Interaction.initState
          The initial state the starts the state machine.
 

Constructors in org.malai.interaction with parameters of type InitState
Interaction(InitState initState)
          Creates the state machine.