Package | Description |
---|---|
org.apache.commons.scxml.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 |
Event
The class in this SCXML object model that corresponds to the
<event> SCXML element.
|
class |
Exit
The class in this SCXML object model that corresponds to the
<exit> SCXML element, which is a shorthand notation for
an empty anonymous final state.
|
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 |
Param
The class in this SCXML object model that corresponds to the
<param> 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 |
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-2012 Apache Software Foundation. All Rights Reserved.