Uses of Class
org.apache.commons.graph.domain.statemachine.StateMachine

Packages that use StateMachine
org.apache.commons.graph.domain.statemachine   
 

Uses of StateMachine in org.apache.commons.graph.domain.statemachine
 

Fields in org.apache.commons.graph.domain.statemachine declared as StateMachine
private  StateMachine State.subMachine
           
 

Methods in org.apache.commons.graph.domain.statemachine that return StateMachine
 StateMachine State.getSubmachine()
          Gets the submachine attribute of the State object
 

Methods in org.apache.commons.graph.domain.statemachine with parameters of type StateMachine
 void State.setSubmachine(StateMachine subMachine)
          Sets the submachine attribute of the State object