|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use State.Kind | |
|---|---|
| org.glassfish.pfl.basic.fsm | |
| Uses of State.Kind in org.glassfish.pfl.basic.fsm |
|---|
| Methods in org.glassfish.pfl.basic.fsm that return State.Kind | |
|---|---|
State.Kind |
State.getKind()
Return the Kind of this state. |
static State.Kind |
State.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static State.Kind[] |
State.Kind.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.glassfish.pfl.basic.fsm with parameters of type State.Kind | |
|---|---|
Set<State> |
StateEngine.getStates(State.Kind kind)
Return the set of final states for this state engine. |
| Constructors in org.glassfish.pfl.basic.fsm with parameters of type State.Kind | |
|---|---|
State(Set<State> states,
String name,
State.Kind kind)
|
|
State(String name,
State.Kind kind)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||