Uses of Class
org.apache.commons.scxml.model.State

Packages that use State
org.apache.commons.scxml.io A collection of classes for reading in and writing out SCXML documents, to and from the Commons SCXML Java object model. 
org.apache.commons.scxml.model A collection of classes needed to model SCXML documents. 
 

Uses of State in org.apache.commons.scxml.io
 

Methods in org.apache.commons.scxml.io with parameters of type State
static void SCXMLSerializer.serializeState(StringBuffer b, State s, String indent)
          Serialize this State object.
 

Uses of State in org.apache.commons.scxml.model
 

Methods in org.apache.commons.scxml.model that return State
 State TransitionTarget.getParentState()
          Get the parent State.
 State SCXML.getInitialState()
          Get the initial State.
 State Path.getScope()
          Get the farthest state from root which is not being exited nor entered by the transition (null if scope is document root).
 State Action.getParentState()
          Return the parent state.
 

Methods in org.apache.commons.scxml.model with parameters of type State
 void State.addChild(State state)
          Add a child state.
 void SCXML.setInitialState(State initialState)
          Set the initial State.
 void SCXML.addState(State state)
          Add a child state.
 void Parallel.addState(State state)
          Add a State to the list of parallel state machines contained in this Parallel.
 



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