public class Final extends EnterableState
documentOrderComparator, reverseDocumentOrderComparator
Constructor and Description |
---|
Final()
Default no-args constructor.
|
Modifier and Type | Method and Description |
---|---|
State |
getParent()
Get the parent TransitionTarget.
|
boolean |
isAtomicState()
Check whether this is an atomic state.
|
void |
setParent(State parent)
Set the parent State.
|
addOnEntry, addOnExit, getOnEntries, getOnExits, getOrder, setOrder
equals, getAncestor, getId, getNumberOfAncestors, getObservableId, hashCode, isDescendantOf, setId, setObservableId, setParent, updateDescendantsAncestors
public Final()
public State getParent()
TransitionTarget
getParent
in class TransitionTarget
public final void setParent(State parent)
parent
- The parent state to setpublic final boolean isAtomicState()
An atomic state is a state of type Final or of type State without children,
isAtomicState
in class EnterableState
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.