public interface ITransition extends java.lang.Comparable<ITransition>
| Modifier and Type | Method and Description |
|---|---|
boolean |
conditionsFullfilled() |
IState |
getNextState() |
int |
getPriority() |
boolean conditionsFullfilled()
IState getNextState()
int getPriority()