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
Methods in org.glassfish.pfl.basic.fsm that return State.KindModifier and TypeMethodDescriptionState.getKind()Return the Kind of this state.static State.KindReturns 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.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)