| Package | Description |
|---|---|
| de.topobyte.adt.graph | |
| de.topobyte.adt.graph.util |
| Modifier and Type | Class and Description |
|---|---|
class |
UndirectedGraph<T>
A class to represent an unweighted, undirected graph.
|
| Modifier and Type | Method and Description |
|---|---|
Graph |
Graph.reversed()
Create a graph with the same nodes as this one, just all edges reversed.
|
| Constructor and Description | |
|---|---|
BreadthFirstEnumerationBuilder(Graph
Create a new EnumerationBuilder for the denoted graph
graph.
|
|
SimpleEnumerationBuilder(Graph
Create a new EnumerationBuilder for the denoted graph
graph.
|
|
TopologicalEnumerationBuilder(Graph
Create a new EnumerationBuilder for the denoted graph
graph.
|