Package | Description |
---|---|
org.apache.commons.scxml2.model |
A collection of classes needed to model SCXML documents.
|
Modifier and Type | Class and Description |
---|---|
class |
EnterableState
An abstract base class for state elements in SCXML that can be entered, such as State, Parallel or Final.
|
class |
Final
The class in this SCXML object model that corresponds to the
<final> SCXML element.
|
class |
Parallel
The class in this SCXML object model that corresponds to the
<parallel> SCXML element, which is a wrapper element to
encapsulate parallel state machines.
|
class |
State
The class in this SCXML object model that corresponds to the
<state> SCXML element.
|
class |
Transition
The class in this SCXML object model that corresponds to the
<transition> SCXML element.
|
class |
TransitionalState
An abstract base class for state elements in SCXML that can be transitioned out from, such as State or Parallel.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<DocumentOrder> |
DocumentOrder.documentOrderComparator |
static Comparator<DocumentOrder> |
DocumentOrder.reverseDocumentOrderComparator |
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.