Uses of Class
adams.flow.core.RatState
-
Packages that use RatState Package Description adams.flow.control adams.flow.core adams.flow.standalone -
-
Uses of RatState in adams.flow.control
Fields in adams.flow.control declared as RatState Modifier and Type Field Description protected RatState
ChangeRatState. m_State
the state to change the rat to.Methods in adams.flow.control that return RatState Modifier and Type Method Description RatState
ChangeRatState. getState()
Returns the new state for the Rat actors.Methods in adams.flow.control with parameters of type RatState Modifier and Type Method Description void
ChangeRatState. setState(RatState value)
Sets the new state for the Rat actors. -
Uses of RatState in adams.flow.core
Methods in adams.flow.core that return RatState Modifier and Type Method Description static RatState
RatState. valueOf(String name)
Returns the enum constant of this type with the specified name.static RatState[]
RatState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RatState in adams.flow.standalone
Fields in adams.flow.standalone declared as RatState Modifier and Type Field Description protected RatState
Rat. m_InitialState
the initial state.Methods in adams.flow.standalone that return RatState Modifier and Type Method Description RatState
Rat. getInitialState()
Returns the initial state of the Rat actor.Methods in adams.flow.standalone with parameters of type RatState Modifier and Type Method Description void
Rat. setInitialState(RatState value)
Sets the initial state of the Rat actor.
-