public abstract class Transition extends java.lang.Object implements ITransition
| Modifier | Constructor and Description |
|---|---|
protected |
Transition(int priority) |
protected |
Transition(int priority,
IState state) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ITransition other) |
IState |
getNextState() |
int |
getPriority() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconditionsFullfilledprotected Transition(int priority)
protected Transition(int priority,
IState state)
public int compareTo(ITransition other)
compareTo in interface java.lang.Comparable<ITransition>public IState getNextState()
getNextState in interface ITransitionpublic int getPriority()
getPriority in interface ITransition