Package | Description |
---|---|
org.apache.commons.scxml2 |
The Commons SCXML executor and core concepts.
|
org.apache.commons.scxml2.model |
A collection of classes needed to model SCXML documents.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SCInstance.cloneDatamodel(Datamodel datamodel,
Context ctx,
Evaluator evaluator,
ErrorReporter errorReporter)
Clone data model.
|
Modifier and Type | Method and Description |
---|---|
Datamodel |
TransitionalState.getDatamodel()
Get the data model for this transition target.
|
Datamodel |
SCXML.getDatamodel()
Get the data model placed at document root.
|
Modifier and Type | Method and Description |
---|---|
void |
TransitionalState.setDatamodel(Datamodel datamodel)
Set the data model for this transition target.
|
void |
SCXML.setDatamodel(Datamodel datamodel)
Set the data model at document root.
|
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.