cz.cuni.amis.utils.astar
Class Test04_AStar.MazeHeuristic
java.lang.Object
cz.cuni.amis.utils.astar.Test04_AStar.MazeHeuristic
- All Implemented Interfaces:
- AStarHeuristic<Test04_AStar.MazeNode>
- Enclosing class:
- Test04_AStar
public class Test04_AStar.MazeHeuristic
- extends Object
- implements AStarHeuristic<Test04_AStar.MazeNode>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Test04_AStar.MazeHeuristic
public Test04_AStar.MazeHeuristic(Test04_AStar.MazeNode goal)
getEstimatedDistanceToGoal
public int getEstimatedDistanceToGoal(Test04_AStar.MazeNode node)
- Specified by:
getEstimatedDistanceToGoal
in interface AStarHeuristic<Test04_AStar.MazeNode>
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.