Uses of Package
org.malai.stateMachine

Packages that use org.malai.stateMachine
net.sf.latexdraw.instruments   
org.malai.instrument   
org.malai.interaction   
org.malai.interaction.library   
org.malai.stateMachine   
 

Classes in org.malai.stateMachine used by net.sf.latexdraw.instruments
MustAbortStateMachineException
          This exception can be used when an interaction must be stopped.
 

Classes in org.malai.stateMachine used by org.malai.instrument
MustAbortStateMachineException
          This exception can be used when an interaction must be stopped.
 

Classes in org.malai.stateMachine used by org.malai.interaction
IState
          This interface defines the notion of state that composes a state machine.
IStateMachine
          This interface defines the notion of state machine.
ITransition
          This interface defines the notion of transition of a state machine.
MustAbortStateMachineException
          This exception can be used when an interaction must be stopped.
SourceableState
          This interface defines a state that can be the source state of a transition.
TargetableState
          This interface defines a state that can be the target state of a transition.
 

Classes in org.malai.stateMachine used by org.malai.interaction.library
IStateMachine
          This interface defines the notion of state machine.
ITransition
          This interface defines the notion of transition of a state machine.
SourceableState
          This interface defines a state that can be the source state of a transition.
TargetableState
          This interface defines a state that can be the target state of a transition.
 

Classes in org.malai.stateMachine used by org.malai.stateMachine
IState
          This interface defines the notion of state that composes a state machine.
IStateMachine
          This interface defines the notion of state machine.
ITransition
          This interface defines the notion of transition of a state machine.
MustAbortStateMachineException
          This exception can be used when an interaction must be stopped.
SourceableState
          This interface defines a state that can be the source state of a transition.
TargetableState
          This interface defines a state that can be the target state of a transition.