Uses of Interface
cz.cuni.amis.utils.astar.AStarHeuristic

Packages that use AStarHeuristic
cz.cuni.amis.utils.astar   
 

Uses of AStarHeuristic in cz.cuni.amis.utils.astar
 

Subinterfaces of AStarHeuristic in cz.cuni.amis.utils.astar
 interface AStarEvaluator<NODE>
          Deprecated. 
 interface AStarGoal<NODE>
          Deprecated. 
 

Methods in cz.cuni.amis.utils.astar with parameters of type AStarHeuristic
static
<NODE> AStarResult<NODE>
AStar.aStar(AStarMap<NODE> map, AStarHeuristic<NODE> heuristic, NODE start, NODE goal)
          Deprecated. Method performing an AStar search over graph defined inside AStarMap starting from 'start' node driving itself towards 'goal' using heuristic defined by AStarHeuristic.
static
<NODE> AStarResult<NODE>
AStar.aStar(AStarMap<NODE> map, AStarHeuristic<NODE> heuristic, NODE start, NODE goal, int maxIterations)
          Deprecated. Method performing an AStar search over graph defined inside AStarMap starting from 'start' node driving itself towards 'goal' using heuristic defined by AStarHeuristic.
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.