Package | Description |
---|---|
cusack.hcg.graph |
Contains classes that are directly related to storing graph data.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGraphProblem<V extends VertexData,E extends EdgeData> |
interface |
GraphInterface<V extends VertexData,E extends EdgeData> |
Modifier and Type | Class and Description |
---|---|
class |
EdgeIntegerData |
Modifier and Type | Method and Description |
---|---|
EdgeData |
EdgeIntegerData.copy() |
EdgeData |
EdgeData.copy()
Makes a copy of this object (Creates a new EdgeData object and sets all fields in the copy to the same values as those in this object)
|
EdgeData |
GraphWithData.getEdgeData(Edge e) |
EdgeData |
GraphInterface.getEdgeData(int v1,
int v2) |
Modifier and Type | Method and Description |
---|---|
void |
GraphWithData.setEdgeData(Edge e,
EdgeData ed) |