public class Parallel extends TransitionalState
documentOrderComparator, reverseDocumentOrderComparator
Constructor and Description |
---|
Parallel()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addChild(TransitionalState ts)
Add a TransitionalState (State or Parallel) child
|
boolean |
isAtomicState()
Check whether this is an atomic state.
|
addChild, addHistory, addInvoke, addTransition, getAncestor, getChildren, getDatamodel, getHistory, getInvokes, getParent, getTransitionsList, getTransitionsList, hasHistory, setDatamodel, setParent, updateDescendantsAncestors
addOnEntry, addOnExit, getOnEntries, getOnExits, getOrder, setOrder
equals, getId, getNumberOfAncestors, getObservableId, hashCode, isDescendantOf, setId, setObservableId, setParent
public Parallel()
public final boolean isAtomicState()
An atomic state is a state of type Final or of type State without children,
isAtomicState
in class EnterableState
public final void addChild(TransitionalState ts)
ts
- the child to addCopyright © 2005–2015 The Apache Software Foundation. All rights reserved.