Uses of Enum Class
org.scictrl.csshell.epics.server.application.automata.StateMachine.State
-
Uses of StateMachine.State in org.scictrl.csshell.epics.server.application.automata
Modifier and TypeMethodDescriptionstatic final StateMachine.State
StateMachine.State.fromInt
(int i) Converts index to a State.StateMachine.getState()
getState.static StateMachine.State
Returns the enum constant of this class with the specified name.static StateMachine.State[]
StateMachine.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
SequenceStateMachine.setState
(StateMachine.State st) setState.void
StateMachine.setState
(StateMachine.State st) setState.