|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.scxml.model.TransitionTarget
org.apache.commons.scxml.model.History
public class History
The class in this SCXML object model that corresponds to the <history> SCXML pseudo state element.
Constructor Summary | |
---|---|
History()
Default no-args constructor for XML Digester. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.commons.scxml.model.TransitionTarget |
---|
addHistory, addTransition, getDatamodel, getHistory, getId, getOnEntry, getOnExit, getParent, getParentState, getTransitions, getTransitionsList, getTransitionsList, hasHistory, setDatamodel, setId, setOnEntry, setOnExit, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public History()
Method Detail |
---|
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"
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |