| Name | Description | Type | Package | Framework |
| Action | An abstract base class for executable elements in SCXML, such as , etc. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| ActionsContainer | An ActionsContainer is an entity that holds a list of Action elements. | Interface | org.apache.commons.scxml2.model | Apache Commons |
|
| Assign | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| BodyContainer | A BodyContainer is an entity that retains the element body text from the document. | Interface | org.apache.commons.scxml2.model | Apache Commons |
|
| Cancel | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Content | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| ContentContainer | A ContentContainer represents an element in the SCXML document that may have a (single) child element | Interface | org.apache.commons.scxml2.model | Apache Commons |
|
| CustomAction | A custom action is simply a tuple consisting of a namespace URI, the local name for the custom action and the corresponding | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Data | The class in this SCXML object model that corresponds to the SCXML child element of the element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Datamodel | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| DocumentOrder | DocumentOrder is implemented by EnterableState and Transition elements in the SCXML document representing their document order, | Interface | org.apache.commons.scxml2.model | Apache Commons |
|
| Else | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| ElseIf | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| EnterableState | An abstract base class for state elements in SCXML that can be entered, such as State, Parallel or Final. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Executable | An abstract base class for containers of executable elements in SCXML, such as and . | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| ExternalContent | An ExternalContent implementation represents an element in the SCXML document that may contain body | Interface | org.apache.commons.scxml2.model | Apache Commons |
|
| Final | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Finalize | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Foreach | The class in this SCXML object model that corresponds to the SCXML element, which allows an SCXML application to iterate through a collection in the data model | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| History | The class in this SCXML object model that corresponds to the SCXML pseudo state element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| If | The class in this SCXML object model that corresponds to the SCXML element, which serves as a container for conditionally | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Initial | The class in this SCXML object model that corresponds to the SCXML pseudo state element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Invoke | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Log | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| ModelException | Exception that is thrown when the SCXML model supplied to the executor has a fatal flaw that prevents the executor from | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| NamelistHolder | A NamelistHolder represents an element in the SCXML document that may have a namelist attribute to | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| NamespacePrefixesHolder | A NamespacePrefixesHolder is an entity that retains namespace prefix information from the document for deferred XPath | Interface | org.apache.commons.scxml2.model | Apache Commons |
|
| Observable | Interface for elements of the SCXML object model whose progress can be observed using the NotificationRegistry. | Interface | org.apache.commons.scxml2.model | Apache Commons |
|
| OnEntry | The class in this SCXML object model that corresponds to the SCXML element, which is an optional property | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| OnExit | The class in this SCXML object model that corresponds to the SCXML element, which is an optional property | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Parallel | The class in this SCXML object model that corresponds to the SCXML element, which is a wrapper element to | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Param | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| ParamsContainer | A ParamsContainer represents an element in the SCXML document that may have one or more children which are used to | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| PathResolverHolder | | Interface | org.apache.commons.scxml2.model | Apache Commons |
|
| PayloadProvider | A PayloadProvider is an element in the SCXML document that can provide payload data for an event or an external process. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Raise | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| SCXML | The class in this SCXML object model that corresponds to the root element, and serves as the document | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Send | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| SimpleTransition | The class in this SCXML object model that corresponds to the simple SCXML element, without Transition rules for events or | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| State | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Transition | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| TransitionalState | An abstract base class for state elements in SCXML that can be transitioned out from, such as State or Parallel. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| TransitionTarget | An abstract base class for elements in SCXML that can serve as a for a , such as State or Parallel. | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| TransitionType | Defines the allowable Transition type attribute values, The Transition type determines whether the source state is exited in transitions | Class | org.apache.commons.scxml2.model | Apache Commons |
|
| Var | The class in this SCXML object model that corresponds to the SCXML element. | Class | org.apache.commons.scxml2.model | Apache Commons |