Package jasima.core.util
Class StateMachine<E extends Enum<E>>
- java.lang.Object
-
- jasima.core.util.StateMachine<E>
-
-
Constructor Summary
Constructors Constructor Description StateMachine(E initialState, E terminalState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtransition(E newState)voidtransition(E newState, Runnable onTransition)voidtransitionIn(double simTimeDuration, E newState)voidtransitionIn(double simTimeDuration, E newState, Runnable onTransition)voidtransitionNow(E newState)voidtransitionNow(E newState, Runnable onTransition)longversionId()
-