Package | Description |
---|---|
org.glassfish.pfl.basic.fsm |
Modifier and Type | Method and Description |
---|---|
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 © 2017 Oracle. All rights reserved.