Uses of Enum Class
org.glassfish.pfl.basic.fsm.State.Kind
Packages that use State.Kind
-
Uses of State.Kind in org.glassfish.pfl.basic.fsm
Subclasses with type arguments of type State.Kind in org.glassfish.pfl.basic.fsmMethods 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 class with the specified name.static State.Kind[]State.Kind.values()Returns an array containing the constants of this enum class, 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)