| Interface | Description |
|---|---|
| AnnotatedGraphModel<V,A> | |
| AnnotatedNode<V extends AnnotatedNode<V,A>,A> | |
| GraphModel<V> |
This interface represents a graph or a family of graphs.
|
| Node<V extends Node> | |
| RootedGraphModel<V> |
| Class | Description |
|---|---|
| AdHocAnnotatedGraphModel<V,A> | |
| AdHocRootedGraphModel<V> | |
| AnnotatedNodeGraphModel<V extends AnnotatedNode<? extends V,A>,A> | |
| DominatorTree<V> |
Computes Dominator Forest.
|
| GraphModels | |
| NodeGraphModel<V extends Node<? extends V>> | |
| SCC<V> | |
| SCCGraphModel<V> | |
| SCCVisitor<V> | |
| TopologicalSorter<V> |
This class imposes an order on the nodes of a graph.
|
| Enum | Description |
|---|---|
| TraversalOrder |
| Exception | Description |
|---|---|
| CycleException |
see also the complete user documentation .