public class StateMachine
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.util.Stack<State> |
statesToReturnTo |
Constructor and Description |
---|
StateMachine() |
Modifier and Type | Method and Description |
---|---|
static State |
getStateToReturnTo() |
static void |
setStateToReturnTo(State st) |