The SCXML "engine" that executes SCXML documents. The particular semantics used by this engine for executing the SCXML are encapsulated in the SCXMLSemantics implementation that it uses.
The default implementation is org.apache.commons.scxml2.semantics.SCXMLSemanticsImpl
The executor uses SCXMLExecutionContext to manage the state and provide all the services to the SCXMLSemantics implementation.
@see SCXMLSemantics
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|