| Interface | Description |
|---|---|
| EdgeColorData |
Requires that an EdgeData object maintain a color parameter.
|
| EdgeDataFactory<T> | |
| EdgeTypeData |
Requires that an EdgeData object maintain an EdgeType (TREE, BACK, FORWARD, CROSS, UNKNOWN)
|
| EdgeWeightData |
Requires that an EdgeData object maintain a floating point weight value.
|
| Class | Description |
|---|---|
| DfsEdgeData | |
| ShortestPathEdgeData | |
| SpanningTreeEdgeData | |
| UndirectedWeightedEdge<E extends EdgeWeightData,V extends UndirectedEdgeDataVertex<E> & EdgeWeightVertex<E>> |
Immutable, undirected edges that maintain a floating point weight.
|
| Enum | Description |
|---|---|
| DfsEdgeData.Factory | |
| EdgeType |
Enumeration of different edge types, as are determined in depth-first search.
|
| ShortestPathEdgeData.Factory | |
| SpanningTreeEdgeData.Factory |