| EdgeDirection |
Enumeration of possible edge directions (OUTGOING, INGOING).
|
| EdgeDirectionMask |
Mask of EdgeDirections.
|
| EdgeTip |
Enumeration of possible edge tips.
|
| GraphElementKind |
Enumeration of element kinds.
|
| NodeConnectivity |
Enumeration of possible node connectivities.
|
| NodeRelativePosition |
Enumeration of possible relative position of 2 nodes in a directed graph.
|
| PartialOrderPosition |
Enumeration of possible relationships of two elements in a partial order.
|
| Strictness |
Enumeration of possible matching strictness.
|
| TraversalMethod |
Enumeration of possible methods (DEPTH_FIRST or BREADTH_FIRST) used to
traverse a graph.
|
| TraversalOrder |
Enumeration possible orders (PRE_ORDER or POST_ORDER) used to
traverse a graph.
|
| TreeNodePosition |
Enumeration of possible node positions in a tree.
|