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

Packages that use Initial
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 Initial in org.apache.commons.scxml.io
 

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

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

Methods in org.apache.commons.scxml.model that return Initial
 Initial State.getInitial()
          Get the initial state.
 

Methods in org.apache.commons.scxml.model with parameters of type Initial
 void State.setInitial(Initial target)
          Set the initial state.
 



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