Package | Description |
---|---|
cusack.hcg.graph |
Contains classes that are directly related to storing graph data.
|
cusack.hcg.model |
Modifier and Type | Method and Description |
---|---|
void |
GraphWithData.addSubGraphWithData(java.awt.Point p,
GraphWithData g)
Adds a subgraph that contains VertexData for all of its vertices
|
Constructor and Description |
---|
EfficientMatrixGraph(GraphWithData graph) |
GraphWithData(GraphWithData other)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
GraphWithData |
PuzzleInstance.getGraph()
Returns the GraphWithData that is associated with this game.
|
Modifier and Type | Method and Description |
---|---|
void |
PuzzleInstance.addGraphWithData(java.awt.Point p,
GraphWithData g) |