Uses of Class
cz.cuni.amis.pathfinding.alg.astar.AStarResult

Packages that use AStarResult
cz.cuni.amis.pathfinding.alg.astar   
 

Uses of AStarResult in cz.cuni.amis.pathfinding.alg.astar
 

Methods in cz.cuni.amis.pathfinding.alg.astar that return AStarResult
 AStarResult<NODE> AStar.findPath(IPFGoal<NODE> goal)
          Method performing an AStar search over graph defined inside IPFMap starting from 'start' node driving itself towards goal that is described by AStarGoal.
 AStarResult<NODE> AStar.findPath(IPFGoal<NODE> goal, long iterationsMax)
          Method performing an AStar search over graph defined inside IPFMap starting from 'start' node driving itself towards goal that is described by AStarGoal.
 



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