See: Description
| Interface | Description |
|---|---|
| DirectedGraph<V,E> |
Directed graph.
|
| DirectedGraph.EdgeFactory<V,E> |
Factory for edges.
|
| Class | Description |
|---|---|
| BreadthFirstIterator<V,E extends DefaultEdge> |
Iterates over the vertices in a directed graph in breadth-first order.
|
| CycleDetector<V,E extends DefaultEdge> |
Detects cycles in directed graphs.
|
| DefaultDirectedGraph<V,E extends DefaultEdge> |
Default implementation of
DirectedGraph. |
| DefaultEdge |
Default implementation of Edge.
|
| DepthFirstIterator<V,E extends DefaultEdge> |
Iterates over the vertices in a directed graph in depth-first order.
|
| Graphs |
Miscellaneous graph utilities.
|
| Graphs.FrozenGraph<V,E extends DefaultEdge> |
Immutable grap.
|
| TopologicalOrderIterator<V,E extends DefaultEdge> |
Iterates over the edges of a graph in topological order.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.