Graphs.See: Description
| Interface | Description |
|---|---|
| PruningTraverser |
A
Traverser which allows its traversal to be modified
by pruning. |
| Class | Description |
|---|---|
| BreadthFirstTraverser |
A breadth-first
Traverser for a Graph,
with no cycle detection. |
| DepthFirstTraverser |
A depth-first
Traverser for a Graph,
with no cycle detection. |
| GraphStructureIterator |
An
Iterator over the nodes and edges of a
Graph ordered such that the endpoints of a
Graph.Edge are always seen before the edge
itself. |
| PostOrderTraverser |
A post-order depth-first
Traverser for a
Graph, with no cycle detection. |
| PreOrderTraverser |
A pre-order depth-first
Traverser for a
Graph, with no cycle detection. |
| TopologicalSortTraverser |
A
Traverser which returns nodes in a topologically
sorted order. |
| Walker |
A
Traverser which walks a graph, with no cycle
detection. |
Graphs.See the Plexus project home, hosted by SourceForge.
Copyright ? 1994-2006, by Phoenix Software Technologists, Inc. and others. All Rights Reserved. Use is subject to license terms.