Uses of Enum Class
org.scictrl.csshell.epics.server.application.automata.StateMachine.State
Packages that use StateMachine.State
- 
Uses of StateMachine.State in org.scictrl.csshell.epics.server.application.automata
Methods in org.scictrl.csshell.epics.server.application.automata that return StateMachine.StateModifier and TypeMethodDescriptionstatic final StateMachine.StateStateMachine.State.fromInt(int i) Converts index to a State.StateMachine.getState()getState.static StateMachine.StateReturns 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.Methods in org.scictrl.csshell.epics.server.application.automata with parameters of type StateMachine.StateModifier and TypeMethodDescriptionvoidSequenceStateMachine.setState(StateMachine.State st) setState.voidStateMachine.setState(StateMachine.State st) setState.