Package org.malai.stateMachine

Interface Summary
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.
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.
 

Exception Summary
MustAbortStateMachineException This exception can be used when an interaction must be stopped.