public class Parallel extends TransitionTarget
Constructor and Description |
---|
Parallel()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addChild(TransitionTarget tt)
Add a child.
|
void |
addState(State state)
Deprecated.
Use addChild(TransitionTarget) instead.
|
Set |
getChildren()
Get the set of child transition targets (may be empty).
|
Set |
getStates()
Deprecated.
Use getChildren() instead.
|
addHistory, addTransition, getDatamodel, getHistory, getId, getOnEntry, getOnExit, getParent, getParentState, getTransitions, getTransitionsList, getTransitionsList, hasHistory, setDatamodel, setId, setOnEntry, setOnExit, setParent
public final Set getStates()
public final void addState(State state)
state
- The state to add.public final Set getChildren()
public final void addChild(TransitionTarget tt)
tt
- A child transition target.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.