org.apache.commons.scxml.model
Class Initial
java.lang.Object
  
org.apache.commons.scxml.model.TransitionTarget
      
org.apache.commons.scxml.model.Initial
- All Implemented Interfaces: 
 - Serializable
 
public class Initial
- extends TransitionTarget
 
The class in this SCXML object model that corresponds to the
 <initial> SCXML pseudo state element.
- See Also:
 - Serialized Form
 
| 
Constructor Summary | 
Initial()
 
          Constructor. | 
 
 
| Methods inherited from class org.apache.commons.scxml.model.TransitionTarget | 
addHistory, getDatamodel, getHistory, getId, getOnEntry, getOnExit, getParent, getParentState, hasHistory, setDatamodel, setId, setOnEntry, setOnExit, setParent | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Initial
public Initial()
- Constructor.
 
getTransition
public final Transition getTransition()
- Get the initial transition.
- Returns:
 - Returns the transition.
 
 
 
setTransition
public final void setTransition(Transition transition)
- Set the initial transition.
- Parameters:
 transition - The transition to set.
 
 
Copyright © 2005-2007 The Apache Software Foundation. All Rights Reserved.