| Interface | Description |
|---|---|
| Edge<V extends Vertex> |
Edge of the graph
|
| Vertex |
Represent vertex of the graph
|
| Class | Description |
|---|---|
| Graph<V extends Vertex,E extends Edge<V>> |
/**
A graph consisting of a set of vertices of type
V
and a set of edges of type E. |
| Path<V extends Vertex,E extends Edge<V>> |
Represents a path (list of edges)
|
| VertexDegreeComparator<V extends Vertex,E extends Edge<V>> |
Class used for sorting vertices based on their degree
|
| Enum | Description |
|---|---|
| EdgeDirection |
Directions of edges.
|