Package cad.simcad.pathfinding.astar

Class Summary
AlgoAssociation a ligthweight object internally used by AStar
AlgoProperties This classs should be instantiated once
AStarAlgo Abstract class to use as a framework to implement A* algorithms NOT APPLICABLE the Runnable interface is used because we are only overriding the run() method and no other Thread methods.
AStarBasic This class should be used for testing purpose.
AStarBasicHeur  
AStarForProduction  
AStarFudge  
AStarSequential  
AStarSpeedOptimized This breed of Algorithms are optimized for speed Yet, it still computes statistics about the computation If you do not need those statistics, consider using AStarForProduction
AStarSpeedOptimizedHeur Class for A* optimized with an heuristic
 


Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be