Apache Commons SCXML 2.0-SNAPSHOT API

Packages 
Package Description
org.apache.commons.scxml2
The Commons SCXML executor and core concepts.
org.apache.commons.scxml2.env
A collection of classes that may be commonly used to bridge the SCXML executor to the runtime environment.
org.apache.commons.scxml2.env.groovy
A collection of classes that allow Groovy to be used in expressions within SCXML documents.
org.apache.commons.scxml2.env.javascript
A collection of classes that allow JavaScript to be used in expressions within SCXML documents via the javax.script API.
org.apache.commons.scxml2.env.jexl
A collection of classes that allow JEXL to be used in expressions within SCXML documents.
org.apache.commons.scxml2.env.minimal  
org.apache.commons.scxml2.env.xpath
A collection of classes that allow XPath to be used in expressions within SCXML documents via Commons JXPath
org.apache.commons.scxml2.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.scxml2.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.scxml2.model
A collection of classes needed to model SCXML documents.
org.apache.commons.scxml2.semantics
A collection of classes responsible for implementations of the org.apache.commons.scxml2.SCXMLSemantics interface.
org.apache.commons.scxml2.system  
org.apache.commons.scxml2.test
A collection of classes useful for command line testing.

Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.