Package | Description |
---|---|
game |
Modifier and Type | Method and Description |
---|---|
Edge |
Node.getEdge(Node q)
Return the Edge of this Node that connects to Node q.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Edge> |
Node.getExits()
Return an unmodifiable view of the Edges leaving this Node.
|
Constructor and Description |
---|
Edge(Edge e,
java.util.Map<Node,Node> isomorphism)
Constructor: an edge that is isomporhpic to isomporhism.
|