|
|||||||||||
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.EventOnPosition
sm.StateMachine.State.EventOnShape
sm.StateMachine.State.EnterOnShape
A transition triggered with no modifier on a SMShape.
Constructor Summary | |
StateMachine.State.EnterOnShape()
Constructs a transition triggered when the cursor enters with any modifier into an SMShape. |
|
StateMachine.State.EnterOnShape(int m)
Constructs a transition triggered when the cursor enters into an SMShape that loops on the current state. |
|
StateMachine.State.EnterOnShape(java.lang.String a)
Constructs a transition triggered when the cursor enters with any modifier into an SMShape. |
Methods inherited from class sm.StateMachine.State.EventOnShape |
getShape, hashKey, toString |
Methods inherited from class sm.StateMachine.State.EventOnPosition |
getInputEvent, getPoint, setInputEvent |
Methods inherited from class sm.StateMachine.State.Transition |
action, getModifier, getOutputStateName, getVirtualEvent, guard, oldToString, setVirtualEvent |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public StateMachine.State.EnterOnShape()
public StateMachine.State.EnterOnShape(int m)
m
- The modifier: NOMODIFIER, CONTROL, ALT, SHIFT, ALT_CONTROL, CONTROL_SHIFT, ALT_SHIFT or ALT_CONTROL_SHIFTpublic StateMachine.State.EnterOnShape(java.lang.String a)
a
- The name of the output state
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |