public class Test04_AStar.MazeHeuristic extends Object implements AStarHeuristic<Test04_AStar.MazeNode>
| Constructor and Description |
|---|
Test04_AStar.MazeHeuristic(Test04_AStar.MazeNode goal) |
public Test04_AStar.MazeHeuristic(Test04_AStar.MazeNode goal)
public int getEstimatedDistanceToGoal(Test04_AStar.MazeNode node)
getEstimatedDistanceToGoal in interface AStarHeuristic<Test04_AStar.MazeNode>Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.