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.
|
Modifier and Type | Method and Description |
---|---|
SCXMLExecutor |
SCInstance.getExecutor()
Get the
SCXMLExecutor this instance is attached to. |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
SimpleScheduler(SCXMLExecutor executor)
Constructor.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.