public class History extends TransitionTarget
Constructor and Description |
---|
History()
Default no-args constructor for XML Digester.
|
Modifier and Type | Method and Description |
---|---|
Transition |
getTransition()
Get the transition.
|
boolean |
isDeep()
Is this history "deep" (as against "shallow").
|
void |
setTransition(Transition transition)
Set the transition.
|
void |
setType(String type)
This method is invoked by XML digester when parsing SCXML markup.
|
addHistory, addTransition, getDatamodel, getHistory, getId, getOnEntry, getOnExit, getParent, getParentState, getTransitions, getTransitionsList, getTransitionsList, hasHistory, setDatamodel, setId, setOnEntry, setOnExit, setParent
public final Transition getTransition()
public final void setTransition(Transition 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"Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.