public class History extends TransitionTarget
Constructor and Description |
---|
History()
Default no-args constructor
|
Modifier and Type | Method and Description |
---|---|
TransitionalState |
getParent()
Get the parent TransitionTarget.
|
SimpleTransition |
getTransition()
Get the transition.
|
boolean |
isDeep()
Is this history "deep" (as against "shallow").
|
void |
setParent(TransitionalState parent)
Set the TransitionalState parent.
|
void |
setTransition(SimpleTransition transition)
Set the transition.
|
void |
setType(String type) |
equals, getAncestor, getId, getNumberOfAncestors, getObservableId, hashCode, isDescendantOf, setId, setObservableId, setParent, updateDescendantsAncestors
public History()
public final SimpleTransition getTransition()
public final void setTransition(SimpleTransition transition)
transition
- The transition to set.public final boolean isDeep()
public final void setType(String type)
type
- The history type, which can be "shallow" or
"deep"public TransitionalState getParent()
TransitionTarget
getParent
in class TransitionTarget
public final void setParent(TransitionalState parent)
parent
- The parent to set.Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.