| Package | Description |
|---|---|
| org.apache.commons.scxml2 |
The Commons SCXML executor and core concepts.
|
| org.apache.commons.scxml2.env |
A collection of classes that may be commonly used to bridge the
SCXML executor to the runtime environment.
|
| org.apache.commons.scxml2.invoke |
A collection of classes related to the SCXML <invoke>
element and its children, dealing with the invocation of
activities associated with a particular state in the state machine.
|
| Modifier and Type | Method and Description |
|---|---|
protected SCXMLExecutor |
SCXMLExecutor.getParentSCXMLExecutor() |
SCXMLExecutor |
SCXMLExecutionContext.getSCXMLExecutor() |
| Constructor and Description |
|---|
SCXMLExecutionContext(SCXMLExecutor scxmlExecutor,
Evaluator evaluator,
EventDispatcher eventDispatcher,
ErrorReporter errorReporter)
Constructor
|
SCXMLExecutor(SCXMLExecutor parentSCXMLExecutor)
Constructor using a parent SCXMLExecutor
|
| Modifier and Type | Method and Description |
|---|---|
SCXMLExecutor |
AbstractStateMachine.getEngine()
Get the SCXML engine driving the "lifecycle" of the
instances of this class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleSCXMLInvoker.setParentSCXMLExecutor(SCXMLExecutor parentSCXMLExecutor)
Sets the parent SCXMLExecutor through which this Invoker is initiated
|
void |
Invoker.setParentSCXMLExecutor(SCXMLExecutor scxmlExecutor)
Sets the parent SCXMLExecutor through which this Invoker is initiated
|
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.