Class AStar
java.lang.Object
astar.AStar
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
static ArrayList
<ISearchNode> path
(ISearchNode iSearchNode0) search
(ISearchNode iSearchNode0, IGoalNode iGoalNode) void
setMaxSteps
(int int0) shortestPath
(ISearchNode iSearchNode1, IGoalNode iGoalNode)
-
Field Details
-
bestNodeAfterSearch
-
-
Constructor Details
-
AStar
public AStar()
-
-
Method Details
-
shortestPath
-
search
-
path
-
numSearchSteps
public int numSearchSteps() -
bestNodeAfterSearch
-
setMaxSteps
public void setMaxSteps(int int0)
-