org.apache.commons.scxml.model
Class Final

java.lang.Object
  extended by org.apache.commons.scxml.model.TransitionTarget
      extended by org.apache.commons.scxml.model.State
          extended by org.apache.commons.scxml.model.Final
All Implemented Interfaces:
Serializable

public class Final
extends State

The class in this SCXML object model that corresponds to the <final> SCXML element.

Since:
0.7
See Also:
Serialized Form

Constructor Summary
Final()
          Default no-args constructor for Digester.
 
Method Summary
 
Methods inherited from class org.apache.commons.scxml.model.State
addChild, addChild, getChildren, getFirst, getInitial, getInvoke, getIsFinal, getParallel, isComposite, isDone, isFinal, isOrthogonal, isRegion, isSimple, setDone, setFinal, setFirst, setInitial, setInvoke, setIsFinal, setParallel
 
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

Final

public Final()
Default no-args constructor for Digester. Sets isFinal property of this State to be true.



Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.