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

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

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

Methods in org.apache.taglibs.rdc.scxml.model that return Parallel
 Parallel State.getParallel()
          Get the Parallel child (may be null)
 

Methods in org.apache.taglibs.rdc.scxml.model with parameters of type Parallel
 void State.setParallel(Parallel parallel)
          Set the Parallel child
 



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