|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
protected SCXMLExecutor |
SimpleScheduler.getExecutor()
Get the executor we're attached to. |
SCXMLExecutor |
AbstractStateMachine.getEngine()
Get the SCXML engine driving the "lifecycle" of the instances of this class. |
Constructors in org.apache.commons.scxml.env with parameters of type SCXMLExecutor | |
SimpleScheduler(SCXMLExecutor executor)
Constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |