Package | Description |
---|---|
org.apache.commons.scxml |
The Commons SCXML executor and core concepts.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
SCXMLHelper.cloneDatamodel(Datamodel datamodel,
Context ctx,
Evaluator evaluator,
org.apache.commons.logging.Log log)
Clone data model.
|
Modifier and Type | Method and Description |
---|---|
static void |
SCXMLSerializer.serializeDatamodel(StringBuffer b,
Datamodel dm,
String indent)
Serialize this Datamodel object.
|
Modifier and Type | Method and Description |
---|---|
Datamodel |
SCXML.getDatamodel()
Get the data model placed at document root.
|
Datamodel |
TransitionTarget.getDatamodel()
Get the data model for this transition target.
|
Modifier and Type | Method and Description |
---|---|
void |
SCXML.setDatamodel(Datamodel datamodel)
Set the data model at document root.
|
void |
TransitionTarget.setDatamodel(Datamodel datamodel)
Set the data model for this transition target.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.