public interface DocumentOrder
EnterableState
and Transition
elements in the SCXML document
representing their document order,
They are ordered with ancestor states before their descendant states, and the transitions within a state in document order before any descendant states.
Note: it is assumed there will be no more than Integer.MAX_VALUE of such elements in a single SCXML document
Modifier and Type | Field and Description |
---|---|
static Comparator<DocumentOrder> |
documentOrderComparator |
static Comparator<DocumentOrder> |
reverseDocumentOrderComparator |
Modifier and Type | Method and Description |
---|---|
int |
getOrder() |
static final Comparator<DocumentOrder> documentOrderComparator
static final Comparator<DocumentOrder> reverseDocumentOrderComparator
int getOrder()
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.