Uses of Class
org.glassfish.pfl.basic.fsm.Guard.Result

Packages that use Guard.Result
org.glassfish.pfl.basic.fsm   
 

Uses of Guard.Result in org.glassfish.pfl.basic.fsm
 

Methods in org.glassfish.pfl.basic.fsm that return Guard.Result
 Guard.Result Guard.evaluate(FSM fsm, Input in)
          Called by the state engine to determine whether a transition is enabled, defered, or disabled.
static Guard.Result Guard.Result.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Guard.Result[] Guard.Result.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 Oracle. All Rights Reserved.