Package cz.cuni.amis.pathfinding.alg.astar

Package class diagram package cz.cuni.amis.pathfinding.alg.astar
Interface Summary
IAStarResult<NODE> This interface is returned by AStar#AStar.findPath(cz.cuni.amis.pathfinding.map.IPFGoal, long).
 

Class Summary
AStar<NODE> Implementation of generic A* algorithm, better refered to as A* Machine according to Dan Higgins, Generic A* Pathfind paper from AI Gaming Wisdom, 2002
AStarHeapComparator<NODE> This comparator is a tricky object - it serves for the AStarHeap to compare nodes inside the heap.
AStarResult<NODE> Represents result of the computation of AStar#AStar.findPath(cz.cuni.amis.pathfinding.map.IPFGoal, long).
 



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