Packages |
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. |
org.apache.commons.scxml.env.faces |
A collection of classes bridging the SCXML executor to the JSF-based
environments. |
org.apache.commons.scxml.env.jexl |
A collection of classes that allow JEXL to be used in expressions
within SCXML documents. |
org.apache.commons.scxml.env.jsp |
A collection of classes bridging the SCXML executor to the JSP
environment. |
org.apache.commons.scxml.env.servlet |
A collection of classes useful in the servlet container
environment. |
org.apache.commons.scxml.invoke |
A collection of classes related to the SCXML <invoke>
element and its children, dealing with the invocation of
activities associated with a particular state in the state machine. |
org.apache.commons.scxml.io |
A collection of classes for reading in and writing out SCXML
documents, to and from the Commons SCXML Java object model. |
org.apache.commons.scxml.model |
A collection of classes needed to model SCXML documents. |
org.apache.commons.scxml.semantics |
A collection of classes responsible for implementations of the
org.apache.commons.scxml.SCXMLSemantics interface. |
org.apache.commons.scxml.test |
A collection of classes useful for command line testing. |