cz.cuni.amis.utils.astar
Class Test04_AStar.MazeHeuristic

Package class diagram package Test04_AStar.MazeHeuristic
java.lang.Object
  extended by 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>


Constructor Summary
Test04_AStar.MazeHeuristic(Test04_AStar.MazeNode goal)
           
 
Method Summary
 int getEstimatedDistanceToGoal(Test04_AStar.MazeNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test04_AStar.MazeHeuristic

public Test04_AStar.MazeHeuristic(Test04_AStar.MazeNode goal)
Method Detail

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.