public abstract class State extends java.lang.Object implements IState
| Modifier | Constructor and Description |
|---|---|
protected |
State(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
enter() |
void |
exit() |
java.lang.String |
getName() |
java.util.List<ITransition> |
getTransitions() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteBehaviourpublic java.util.List<ITransition> getTransitions()
getTransitions in interface IState