Uses of Interface
net.dpml.state.Operation

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

Uses of Operation in net.dpml.state
 

Methods in net.dpml.state that return Operation
 Operation Transition.getOperation()
          Return an operation associated with the transition.
 Operation[] State.getOperations()
          Return the array of operations associated with the state.
 Operation[] StateMachine.getOperations()
          Return all of the available operations relative to the current state.