Package | Description |
---|---|
org.apache.commons.scxml2.model |
A collection of classes needed to model SCXML documents.
|
Modifier and Type | Class and Description |
---|---|
class |
Action
An abstract base class for executable elements in SCXML,
such as <assign>, <log> etc.
|
class |
Assign
The class in this SCXML object model that corresponds to the
<assign> SCXML element.
|
class |
Cancel
The class in this SCXML object model that corresponds to the
<cancel> SCXML element.
|
class |
Data
The class in this SCXML object model that corresponds to the SCXML
<data> child element of the <datamodel> element.
|
class |
Else
The class in this SCXML object model that corresponds to the
<else> SCXML element.
|
class |
ElseIf
The class in this SCXML object model that corresponds to the
<elseif> SCXML element.
|
class |
Foreach
The class in this SCXML object model that corresponds to the
<foreach> SCXML element, which allows an SCXML application to iterate through a collection in the data model
and to execute the actions contained within it for each item in the collection.
|
class |
If
The class in this SCXML object model that corresponds to the
<if> SCXML element, which serves as a container for conditionally
executed elements.
|
class |
Invoke
The class in this SCXML object model that corresponds to the
<invoke> SCXML element.
|
class |
Log
The class in this SCXML object model that corresponds to the
<log> SCXML element.
|
class |
NamelistHolder
A
NamelistHolder represents an element in the SCXML
document that may have a namelist attribute to
produce payload for events or external communication. |
class |
Param
The class in this SCXML object model that corresponds to the
<param> SCXML element.
|
class |
ParamsContainer
A
ParamsContainer represents an element in the SCXML
document that may have one or more <param/> children which are used to
produce payload for events or external communication. |
class |
PayloadProvider
A
PayloadProvider is an element in the SCXML document
that can provide payload data for an event or an external process. |
class |
Raise
The class in this SCXML object model that corresponds to the
<raise> SCXML element.
|
class |
Script
The class in this SCXML object model that corresponds to the
<script> SCXML element.
|
class |
SCXML
The class in this SCXML object model that corresponds to the
<scxml> root element, and serves as the "document
root".
|
class |
Send
The class in this SCXML object model that corresponds to the
<send> SCXML element.
|
class |
SimpleTransition
The class in this SCXML object model that corresponds to the
simple <transition> SCXML element, without Transition rules for "events" or
"guard-conditions".
|
class |
Transition
The class in this SCXML object model that corresponds to the
<transition> SCXML element.
|
class |
Var
The class in this SCXML object model that corresponds to the
<var> SCXML element.
|
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.