Package | Description |
---|---|
org.glassfish.pfl.basic.fsm |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Set<State> |
StateEngine.getStates(State.Kind kind)
Return the set of final states for this state engine.
|
Constructor and Description |
---|
State(Set<State> states,
String name,
State.Kind kind) |
State(String name,
State.Kind kind) |
Copyright © 2017 Oracle. All rights reserved.