| |
|
| java.lang.Object org.apache.commons.scxml.model.TransitionTarget org.apache.commons.scxml.model.History
History | public class History extends TransitionTarget (Code) | | The class in this SCXML object model that corresponds to the
<history> SCXML pseudo state element.
|
Constructor Summary | |
public | History() Default no-args constructor for XML Digester. |
History | public History()(Code) | | Default no-args constructor for XML Digester.
|
getTransition | final public Transition getTransition()(Code) | | Get the transition.
Returns the transition. |
isDeep | final public boolean isDeep()(Code) | | Is this history "deep" (as against "shallow").
Returns whether this is a "deep" history |
setTransition | final public void setTransition(Transition transition)(Code) | | Set the transition.
Parameters: transition - The transition to set. |
setType | final public void setType(String type)(Code) | | This method is invoked by XML digester when parsing SCXML markup.
Parameters: type - The history type, which can be "shallow" or"deep" |
|
|
|