| Package | Description |
|---|---|
| broadwick.graph |
This package contains classes for reading and manipulating graphs.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<V,V> |
UndirectedGraph.getEndpoints(E edge) |
Pair<V,V> |
Tree.getEndpoints(E edge) |
Pair<V,V> |
Graph.getEndpoints(E edge)
Returns the endpoints of
edge as a
Pair. |
Pair<V,V> |
DirectedGraph.getEndpoints(E edge) |
Copyright © 2015 University of Glasgow. All rights reserved.