See: Description
Interface | Description |
---|---|
DrawableProblem | |
EdgeData | |
GraphInterface<V extends VertexData,E extends EdgeData> | |
SimpleGraph | |
VertexData |
Class | Description |
---|---|
AbstractGraphProblem<V extends VertexData,E extends EdgeData> | |
DistanceMatrix | |
Edge |
A class to represent an edge.
|
EdgeIntegerData | |
EfficientListGraph |
An efficient implementation of a graph data structure.
|
EfficientMatrixGraph |
An efficient implementation of a graph data structure.
|
Graph |
This class is used to hold a collection of vertices that can be mapped in such a way as to represent a graph with
coordinates, edges, and lists of adjacent vertices.
|
GraphFactory | |
GraphWithData |
All methods that modify the the structure of the graph or the location of the vertices notify listeners unless
otherwise specified
|
HashMultiSet<T> | |
Vertex |
This class is an object that acts as a representation of a vertex on a graph.
|