|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsm.StateMachine.State.Transition
sm.StateMachine.State.TimeOut
A transition triggered by a timer.
The timer is armed by the armTimer
method in SMCanvas
.
Constructor Summary | |
StateMachine.State.TimeOut()
Constructs a transition triggered by a timer event. |
|
StateMachine.State.TimeOut(java.lang.String a)
Constructs a transition triggered by a timer event. |
Methods inherited from class sm.StateMachine.State.Transition |
action, getModifier, getOutputStateName, getVirtualEvent, guard, hashKey, oldToString, setVirtualEvent, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public StateMachine.State.TimeOut(java.lang.String a)
a
- The name of the output statepublic StateMachine.State.TimeOut()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |