Uses of Class
cad.simcad.pathfinding.astar.AlgoProperties

Packages that use AlgoProperties
cad.simcad.objectserver.factory   
cad.simcad.pathfinding.astar   
cad.simcad.pathfinding.run   
cad.simcad.pathfinding.ui   
 

Uses of AlgoProperties in cad.simcad.objectserver.factory
 

Methods in cad.simcad.objectserver.factory with parameters of type AlgoProperties
static PathFinder PathFinderFactory.createPathFinderTester(PathFindable pf, Path p, AlgoProperties ap)
          Create a PathFinder for testing purpose.
static PathFinder PathFinderFactory.createPathFinderTester(PathFindable pf, PathPlace origin, PathPlace dest, PathUser pu, AlgoProperties ap)
          Create a PathFinder according to the properties given.
 

Uses of AlgoProperties in cad.simcad.pathfinding.astar
 

Fields in cad.simcad.pathfinding.astar declared as AlgoProperties
protected  AlgoProperties AStarBasic._ap
           
 

Constructors in cad.simcad.pathfinding.astar with parameters of type AlgoProperties
AStarSpeedOptimizedHeur(PathFindable map, Path cp, AlgoProperties ap)
          Creates new AStarBasicHeur
AStarFudge(PathFindable map, Path cp, AlgoProperties ap)
          Creates a new instance of AStarFudge
AStarBasicHeur(PathFindable map, Path cp, AlgoProperties ap)
          Creates new AStarBasicHeur
AStarForProduction(PathFindable map, Path cp, AlgoProperties ap)
          Creates new AStarForProduction
AStarBasic(PathFindable map, Path p, AlgoProperties ap)
          Creates new AStarBasic The map on which to search the path, an incomplete path, the pause value for each step of the aglorithm
AStarSpeedOptimized(PathFindable map, Path cp, AlgoProperties ap)
          Creates new AStarSpeedOptimized
 

Uses of AlgoProperties in cad.simcad.pathfinding.run
 

Methods in cad.simcad.pathfinding.run that return AlgoProperties
static AlgoProperties Run.getAlgoProperties()
          Get the properties.
 

Uses of AlgoProperties in cad.simcad.pathfinding.ui
 

Methods in cad.simcad.pathfinding.ui that return AlgoProperties
 AlgoProperties AStarFrame.getAlgoProperties()
           
 AlgoProperties AStarInterface.getAlgoProperties()
           
 


Logo

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