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