Uses of Class
rekit.util.state.TimeStateMachine
Packages that use TimeStateMachine
-
Uses of TimeStateMachine in rekit.util.state
Fields in rekit.util.state declared as TimeStateMachineModifier and TypeFieldDescriptionprotected TimeStateMachine
State.parent
A reference to the parentingTimeStateMachine
that is used to switchStates
.Methods in rekit.util.state with parameters of type TimeStateMachineModifier and TypeMethodDescriptionvoid
State.enter
(TimeStateMachine parent) Method that is called by theTimeStateMachine
upon entering thisState
.