Uses of Class
org.apache.taglibs.rdc.scxml.model.State

Packages that use State
org.apache.taglibs.rdc.scxml.model A collection of classes needed to model SCXML documents. 
 

Uses of State in org.apache.taglibs.rdc.scxml.model
 

Methods in org.apache.taglibs.rdc.scxml.model that return State
 State Path.getScope()
           
 State Action.getParentState()
          Return the parent state
 State SCXML.getInitialState()
          Get the initial State
 State TransitionTarget.getParentState()
          Get the parent State
 

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



Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.