| Class | Description |
|---|---|
| LayeredEdge |
This class implements an edge of the auxiliary layered graph needed for
the horizontal ordering in the Flow Layout algorithm.
|
| LayeredGraph |
This class implements an auxiliary layered graph needed for
the horizontal ordering in the Flow Layout algorithm.
|
| LayeredNode |
This class implements a node of the auxiliary layered graph needed for
the horizontal ordering in the Flow Layout algorithm.
|
| LayeredNodeLevelComparator |
This class implements a level comparator of layered nodes of an auxiliary
graph needed for the horizontal ordering in the Flow Layout algorithm.
|
| OrderingAlgorithm |
This class implements the main control structures of the horizontal
ordering algorithm of a layered graph that is needed to provide
the horizontal ordering in the Flow Layout algorithm.
|
| OrderingInput |
This class implements the input object of the horizontal ordering algorithm
of a layered graph that is needed to provide the horizontal ordering
in the Flow Layout algorithm.
|