Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Evaluator |
SCInstance.getEvaluator()
Get the
Evaluator . |
Evaluator |
SCXMLExecutor.getEvaluator()
Get the expression evaluator in use.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
SCXMLExecutor(Evaluator expEvaluator,
EventDispatcher evtDisp,
ErrorReporter errRep)
Constructor.
|
SCXMLExecutor(Evaluator expEvaluator,
EventDispatcher evtDisp,
ErrorReporter errRep,
SCXMLSemantics semantics)
Constructor.
|
Constructor and Description |
---|
AbstractStateMachine(SCXML stateMachine,
Context rootCtx,
Evaluator evaluator)
Primary constructor.
|
AbstractStateMachine(URL scxmlDocument,
Context rootCtx,
Evaluator evaluator)
Primary constructor, object instantiation incurs parsing cost.
|
Modifier and Type | Class and Description |
---|---|
class |
JexlEvaluator
Evaluator implementation enabling use of JEXL expressions in
SCXML documents.
|
Modifier and Type | Class and Description |
---|---|
class |
ELEvaluator
Evaluator implementation enabling use of EL expressions in
SCXML documents.
|
Modifier and Type | Method and Description |
---|---|
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-2012 Apache Software Foundation. All Rights Reserved.