Class HLSearchNode
java.lang.Object
astar.ASearchNode
zombie.pathfind.highLevel.HLSearchNode
-
Method Summary
Modifier and TypeMethodDescriptiondouble
c
(ISearchNode iSearchNode) void
getSuccessors
(ArrayList<ISearchNode> arrayList) double
h()
keyCode()
void
setParent
(ISearchNode iSearchNode) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface astar.ISearchNode
equals, hashCode
-
Method Details
-
h
public double h() -
c
-
getSuccessors
-
getParent
-
setParent
-
keyCode
-