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

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

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

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

Methods in org.apache.commons.scxml.model that return Parallel
 Parallel State.getParallel()
          Deprecated. <parallel> no longer needs an enclosing <state> element.
 

Methods in org.apache.commons.scxml.model with parameters of type Parallel
 void State.setParallel(Parallel parallel)
          Deprecated. <parallel> no longer needs an enclosing <state> element.
 



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