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

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

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

Methods in org.apache.commons.graph.domain.statemachine that return Transition
 Transition StateMachine.getTransition(java.lang.String name)
          Gets the Transition associated with the Name.
 

Methods in org.apache.commons.graph.domain.statemachine with parameters of type Transition
 void StateMachine.addTransition(Transition trans)
          Adds a feature to the Transition attribute of the StateMachine object.