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 State
TimeStateMachine.currentState
TheState
, theTimeStateMachine
is currently in.Methods in rekit.util.state that return StateModifier and TypeMethodDescriptionabstract State
State.getNextState()
Must supply a fully instantiatedState
that the parentingTimeStateMachine
will enter after thisState
is out of time as specified ingetTimerTime()
.TimeStateMachine.getState()
Getter for theState
theTimeStateMachine
is currently the in.Methods in rekit.util.state with parameters of type StateModifier and TypeMethodDescriptionprotected void
More specific version ofTimeStateMachine.nextState()
that enables for switching to a givenState
that must not necessarily be specified by the currentStates
getNextState()
or that can be used to alter theStates
before entering them..Constructors in rekit.util.state with parameters of type StateModifierConstructorDescriptionTimeStateMachine
(State initialState) The constructor that initializes theTimeStateMachine
with a giveninitialState
.