Uses of Class
net.dpml.state.TriggerPolicy

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

Uses of TriggerPolicy in net.dpml.state
 

Methods in net.dpml.state that return TriggerPolicy
 TriggerPolicy Trigger.getPolicy()
          Return the event enumneration that this trigger is associated with.
static TriggerPolicy TriggerPolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TriggerPolicy[] TriggerPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.