|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.taglibs.rdc.scxml.model.TransitionTarget
org.apache.taglibs.rdc.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 | |
---|---|
java.util.Set |
getLastConfiguration()
Get the last configuration for this history |
Transition |
getTransition()
Get the transition |
boolean |
isDeep()
Is this history "deep" (as against "shallow") |
boolean |
isEmpty()
Check whether we have prior history |
void |
setLastConfiguration(java.util.Set lc)
Set the last configuration for this history |
void |
setTransition(Transition transition)
Set the transition |
void |
setType(java.lang.String type)
This method is invoked by XML digester when parsing SCXML markup |
Methods inherited from class org.apache.taglibs.rdc.scxml.model.TransitionTarget |
---|
addListener, getId, getNotificationRegistry, getOnEntry, getOnExit, getParent, getParentState, removeListener, setId, setNotificationRegistry, 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 Transition getTransition()
public void setTransition(Transition transition)
transition
- The transition to set.public boolean isDeep()
public void setType(java.lang.String type)
type
- The history type, which can be "shallow" or
"deep"public java.util.Set getLastConfiguration()
public void setLastConfiguration(java.util.Set lc)
lc
- The lastConfiguration to set.public boolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |