|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.taglibs.rdc.scxml.model.TransitionTarget
org.apache.taglibs.rdc.scxml.model.Initial
The class in this SCXML object model that corresponds to the <initial> SCXML pseudo state element.
Constructor Summary | |
Initial()
Constructor |
Method Summary | |
Transition |
getTransition()
Get the initial transition |
void |
setTransition(Transition transition)
Set the initial transition |
Methods inherited from class org.apache.taglibs.rdc.scxml.model.TransitionTarget |
addListener, getId, getNotificationRegistry, getOnEntry, getOnExit, getParent, getParentState, removeListener, setId, setNotificationRegistry, setOnEntry, setOnExit, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Initial()
Method Detail |
public Transition getTransition()
public void setTransition(Transition transition)
transition
- The transition to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |