|
|||||||||||
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.Parallel
The class in this SCXML object model that corresponds to the <parallel> SCXML element, which is a wrapper element to encapsulate parallel state machines. For the <parallel> element to be useful, each of its <state> substates must itself be complex, that is, one with either <state> or <parallel> children.
Constructor Summary | |
Parallel()
Constructor |
Method Summary | |
void |
addState(State state)
Add a State to the list of parallel state machines contained in this Parallel. |
java.util.Set |
getStates()
Get the set of parallel state machines contained in this Parallel. |
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 Parallel()
Method Detail |
public java.util.Set getStates()
public void addState(State state)
state
- The state to add.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |