public class DoubleStateMachine extends java.lang.Object implements StateMachine
| Modifier and Type | Field and Description |
|---|---|
protected short |
m_currentState |
protected short |
m_maxState |
protected double[] |
m_states |
| Constructor and Description |
|---|
DoubleStateMachine() |
| Modifier and Type | Method and Description |
|---|---|
short |
getCurrentState() |
void |
transition() |
protected short m_currentState
protected short m_maxState
protected double[] m_states
public void transition()
transition in interface StateMachinepublic short getCurrentState()