Uses of Enum
org.glassfish.pfl.basic.fsm.State.Kind
Packages that use State.Kind
-
Uses of State.Kind in org.glassfish.pfl.basic.fsm
Fields in org.glassfish.pfl.basic.fsm declared as State.KindFields in org.glassfish.pfl.basic.fsm with type parameters of type State.KindModifier and TypeFieldDescriptionprivate Map
<State.Kind, Set<State>> StateEngine.stateKinds
private Map
<State.Kind, Set<State>> StateEngine.unmodifiableStateKinds
Methods in org.glassfish.pfl.basic.fsm that return State.KindModifier and TypeMethodDescriptionState.getKind()
Return the Kind of this state.static State.Kind
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.KindModifier and TypeMethodDescriptionStateEngine.getKindSet
(State.Kind kind) 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.KindModifierConstructorDescriptionState
(String name, State.Kind kind) State
(Set<State> states, String name, State.Kind kind)