Uses of Interface
net.dpml.state.Transition

Packages that use Transition
net.dpml.state States, transitons, operations and triggers and a state machine supporting orderly management of state transitions and dynamic operations. 
 

Uses of Transition in net.dpml.state
 

Methods in net.dpml.state that return Transition
 Transition[] State.getTransitions()
          Return the array of transtions associated with the state.
 Transition[] StateMachine.getTransitions()
          Return all of the available transitions relative to the current state.