Package org.jboss.util.state

Class Summary
State (src) The respresentation of a state in a state machine.
StateMachine (src) The representation of a finite state machine.
Transition (src) A representation of a transition from a state to another state.
 

Exception Summary
IllegalTransitionException (src) An exception thrown when an invalid transition is attempted from a state.