Apache commons scxml 0.9

Home
Java Source Code / Java Documentation
1.6.0 JDK Core
2.6.0 JDK Modules
3.6.0 JDK Modules com.sun
4.6.0 JDK Modules com.sun.java
5.6.0 JDK Modules sun
6.6.0 JDK Platform
7.Ajax
8.Apache Harmony Java SE
9.Aspect oriented
10.Authentication Authorization
11.Blogger System
12.Build
13.Byte Code
14.Cache
15.Chart
16.Chat
17.Code Analyzer
18.Collaboration
19.Content Management System
20.Database Client
21.Database DBMS
22.Database JDBC Connection Pool
23.Database ORM
24.Development
25.EJB Server
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Natural Language Processing
51.Net
52.Parser
53.PDF
54.Portal
55.Profiler
56.Project Management
57.Report
58.RSS RDF
59.Rule Engine
60.Science
61.Scripting
62.Search Engine
63.Security
64.Sevlet Container
65.Source Control
66.Swing Library
67.Template Engine
68.Test Coverage
69.Testing
70.UML
71.Web Crawler
72.Web Framework
73.Web Mail
74.Web Server
75.Web Services
76.Web Services apache cxf 2.2.6
77.Web Services AXIS2
78.Wiki Engine
79.Workflow Engines
80.XML
81.XML UI
Java Source Code / Java Documentation  » Library » Apache commons scxml 0.9 
SCXML
License:Apache License
URL:http://commons.apache.org/scxml/
Description:An implementation of the State Chart XML specification aimed at creating and maintaining a Java SCXML engine. It is capable of executing a state machine defined using a SCXML document, and abstracts out the environment interfaces.
Package NameComment
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.

Various sub-packages contain specifics related to a particular 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. An example of this usage can be found in the pluggable dialog management of the Reusable Dialog Components (RDC) group container.

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.

Two variants of the SCXML parser are present in this package:

  • SCXMLDigester represents the parser that corresponds to the July 05 Working Draft, and will be removed in v1.0. It will be present all v0.x releases for backwards compatability reasons.
  • SCXMLParser represents the newer version. This will be updated to keep up with the more recent Working Drafts.

org.apache.commons.scxml.issues
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.

Some possible semantic interpretations are, for example:

  • STATEMATE
  • RHAPSODY
  • ROOMCharts
  • UML 1.5
  • UML 2.0

Specific semantics can be created by subclassing org.apache.commons.scxml.semantics.SCXMLSemanticsImpl, which is the default implementation used.

org.apache.commons.scxml.test

A collection of classes useful for command line testing.

org.apache.commons.scxml.usecases
w___w__w_.__j_ava___2s_.__c_o__m___ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.