Uses of Interface
org.apache.commons.scxml.Evaluator

Packages that use Evaluator
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. 
org.apache.commons.scxml.env.jexl A collection of classes that allow JEXL to be used in expressions within SCXML documents. 
org.apache.commons.scxml.env.jsp A collection of classes bridging the SCXML executor to the JSP environment. 
org.apache.commons.scxml.test A collection of classes useful for command line testing. 
 

Uses of Evaluator in org.apache.commons.scxml
 

Methods in org.apache.commons.scxml that return Evaluator
 Evaluator SCXMLExecutor.getEvaluator()
          Get the expression evaluator in use.
 Evaluator SCInstance.getEvaluator()
          Get the Evaluator.
 

Methods in org.apache.commons.scxml with parameters of type Evaluator
static void SCXMLHelper.cloneDatamodel(Datamodel datamodel, Context ctx, Evaluator evaluator, org.apache.commons.logging.Log log)
          Clone data model.
 void SCXMLExecutor.setEvaluator(Evaluator evaluator)
          Set the expression evaluator.
 

Constructors in org.apache.commons.scxml with parameters of type Evaluator
SCXMLExecutor(Evaluator expEvaluator, EventDispatcher evtDisp, ErrorReporter errRep)
          Constructor.
SCXMLExecutor(Evaluator expEvaluator, EventDispatcher evtDisp, ErrorReporter errRep, SCXMLSemantics semantics)
          Constructor.
 

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

Constructors in org.apache.commons.scxml.env with parameters of type Evaluator
AbstractStateMachine(SCXML stateMachine, Context rootCtx, Evaluator evaluator)
          Primary constructor.
AbstractStateMachine(URL scxmlDocument, Context rootCtx, Evaluator evaluator)
          Primary constructor, object instantiation incurs parsing cost.
 

Uses of Evaluator in org.apache.commons.scxml.env.jexl
 

Classes in org.apache.commons.scxml.env.jexl that implement Evaluator
 class JexlEvaluator
          Evaluator implementation enabling use of JEXL expressions in SCXML documents.
 

Uses of Evaluator in org.apache.commons.scxml.env.jsp
 

Classes in org.apache.commons.scxml.env.jsp that implement Evaluator
 class ELEvaluator
          Evaluator implementation enabling use of EL expressions in SCXML documents.
 

Uses of Evaluator in org.apache.commons.scxml.test
 

Methods in org.apache.commons.scxml.test with parameters of type Evaluator
static void StandaloneUtils.execute(String uri, Evaluator evaluator)
          Command line utility method for executing the state machine defined using the SCXML document described by the specified URI and using the specified expression evaluator.
 



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