public abstract class StateSimple.TransChoice extends StateSimple.Trans
Modifier and Type | Field and Description |
---|---|
protected StateSimple.Trans |
nullTrans |
action, choice, doneAction, doneEntry, doneExit, dst, entryStates, exitStates, ixCommonInStatePath, parent, retTrans, transId
Constructor and Description |
---|
TransChoice()
Constructs a transition with
choice() sub-transitions. |
Modifier and Type | Method and Description |
---|---|
abstract StateSimple.Trans |
choice()
This method is used to check all transitions of this choice.
|
void |
prepareTransitions(int nRecurs)
Prepares all transitions.
|
action, buildTransitionPath, doAction, doEntry, doExit, eventConsumed, setAction, toString
protected StateSimple.Trans nullTrans
public TransChoice()
choice()
sub-transitions.public abstract StateSimple.Trans choice()
public void prepareTransitions(int nRecurs)