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

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

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

Methods in cz.cuni.amis.utils.astar with parameters of type AStarGoal
static
<NODE> AStarResult<NODE>
AStar.aStar(AStarMap<NODE> map, NODE start, AStarGoal<NODE> goal)
          Deprecated. Method performing an AStar search over graph defined inside AStarMap starting from 'start' node driving itself towards goal that is described by AStarGoal.
static
<NODE> AStarResult<NODE>
AStar.aStar(AStarMap<NODE> map, NODE start, AStarGoal<NODE> goal, long iterationsMax)
          Deprecated. Method performing an AStar search over graph defined inside AStarMap starting from 'start' node driving itself towards goal that is described by AStarGoal.
 



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