Uses of Class
rekit.util.state.State
Packages that use State
-
Uses of State in rekit.util.state
Fields in rekit.util.state declared as StateModifier and TypeFieldDescriptionprotected StateTimeStateMachine.currentStateTheState, theTimeStateMachineis currently in.Methods in rekit.util.state that return StateModifier and TypeMethodDescriptionabstract StateState.getNextState()Must supply a fully instantiatedStatethat the parentingTimeStateMachinewill enter after thisStateis out of time as specified ingetTimerTime().TimeStateMachine.getState()Getter for theStatetheTimeStateMachineis currently the in.Methods in rekit.util.state with parameters of type StateModifier and TypeMethodDescriptionprotected voidMore specific version ofTimeStateMachine.nextState()that enables for switching to a givenStatethat must not necessarily be specified by the currentStatesgetNextState()or that can be used to alter theStatesbefore entering them..Constructors in rekit.util.state with parameters of type StateModifierConstructorDescriptionTimeStateMachine(State initialState) The constructor that initializes theTimeStateMachinewith a giveninitialState.