|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.scxml.model.TransitionTarget
org.apache.commons.scxml.model.Initial
public class 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.commons.scxml.model.TransitionTarget |
---|
addHistory, getDatamodel, getHistory, getId, getOnEntry, getOnExit, getParent, getParentState, hasHistory, setDatamodel, setId, 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 final Transition getTransition()
public final 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 |