org.apache.commons.scxml2.SCXMLSemantics
interface.See: Description
Class | Description |
---|---|
ErrorConstants |
Errors reported by the default SCXMLSemantics implementation.
|
SCXMLSemanticsImpl |
This class encapsulate and implements the
W3C SCXML Algorithm for SCXML Interpretation
Custom semantics can be created by sub-classing this implementation.
|
Step |
A logical unit of progression in the execution of a SCXML model.
|
A collection of classes responsible for implementations of the
org.apache.commons.scxml2.SCXMLSemantics
interface.
Some possible semantic interpretations are, for example:
Specific semantics can be created by subclassing
org.apache.commons.scxml2.semantics.SCXMLSemanticsImpl
,
which is the default implementation used.
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.