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 RatStateChangeRatState. m_Statethe state to change the rat to.Methods in adams.flow.control that return RatState Modifier and Type Method Description RatStateChangeRatState. getState()Returns the new state for the Rat actors.Methods in adams.flow.control with parameters of type RatState Modifier and Type Method Description voidChangeRatState. 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 RatStateRatState. 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 RatStateRat. m_InitialStatethe initial state.Methods in adams.flow.standalone that return RatState Modifier and Type Method Description RatStateRat. getInitialState()Returns the initial state of the Rat actor.Methods in adams.flow.standalone with parameters of type RatState Modifier and Type Method Description voidRat. setInitialState(RatState value)Sets the initial state of the Rat actor.
-