org.apache.commons.scxml.SCXMLSemantics
interface.See: Description
Class | Description |
---|---|
ErrorConstants |
Errors reported by the default SCXMLSemantics implementation.
|
SCXMLSemanticsImpl |
This class encapsulates a particular SCXML semantics, that is, a
particular semantic interpretation of Harel Statecharts, which aligns
mostly with W3C SCXML July 5 public draft (that is, UML 1.5).
|
A collection of classes responsible for implementations of the
org.apache.commons.scxml.SCXMLSemantics
interface.
Some possible semantic interpretations are, for example:
Specific semantics can be created by subclassing
org.apache.commons.scxml.semantics.SCXMLSemanticsImpl
,
which is the default implementation used.
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.