public class ShortestPathFinder.Node
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<ShortestPathFinder.Node> |
_blocked |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(ShortestPathFinder.Node n) |
boolean |
isBlocked(ShortestPathFinder.Node aNode) |
java.lang.String |
toString() |
public java.util.ArrayList<ShortestPathFinder.Node> _blocked
public Node(Point p)
public boolean equals(ShortestPathFinder.Node n)
public boolean isBlocked(ShortestPathFinder.Node aNode)
public java.lang.String toString()
toString
in class java.lang.Object