Uses of Class
org.apache.commons.scxml.SCXMLExecutor

Packages that use SCXMLExecutor
org.apache.commons.scxml The Commons SCXML executor and core concepts. 
org.apache.commons.scxml.env A collection of classes that may be commonly used to bridge the SCXML executor to the runtime environment. 
 

Uses of SCXMLExecutor in org.apache.commons.scxml
 

Methods in org.apache.commons.scxml that return SCXMLExecutor
 SCXMLExecutor SCInstance.getExecutor()
          Get the SCXMLExecutor this instance is attached to.
 

Uses of SCXMLExecutor in org.apache.commons.scxml.env
 

Methods in org.apache.commons.scxml.env that return SCXMLExecutor
 SCXMLExecutor AbstractStateMachine.getEngine()
          Get the SCXML engine driving the "lifecycle" of the instances of this class.
protected  SCXMLExecutor SimpleScheduler.getExecutor()
          Get the executor we're attached to.
 

Constructors in org.apache.commons.scxml.env with parameters of type SCXMLExecutor
SimpleScheduler(SCXMLExecutor executor)
          Constructor.
 



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