Uses of Class
cad.simcad.pathfinding.path.Path

Packages that use Path
cad.simcad.objectserver.factory   
cad.simcad.pathfinding.astar   
cad.simcad.pathfinding.path   
 

Uses of Path in cad.simcad.objectserver.factory
 

Methods in cad.simcad.objectserver.factory with parameters of type Path
static PathFinder PathFinderFactory.createPathFinderTester(PathFindable pf, Path p, AlgoProperties ap)
          Create a PathFinder for testing purpose.
 

Uses of Path in cad.simcad.pathfinding.astar
 

Fields in cad.simcad.pathfinding.astar declared as Path
protected  Path AStarAlgo._cp
           
 

Methods in cad.simcad.pathfinding.astar with parameters of type Path
 boolean AStarAlgo.isApplicable(Path cp)
           
protected  void AStarAlgo.buildReferences(Path cp)
          This method should only be invoked if the algorithm needs to to trace the best path from the destination back to the origin
protected  void AStarAlgo.buildReferencesFudged(Path cp)
          This method should only be invoked if the algorithm needs to to trace the best path from the destination back to the origin
 

Constructors in cad.simcad.pathfinding.astar with parameters of type Path
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
AStarForProduction(PathFindable map, Path cp)
          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
AStarAlgo(PathFindable map, Path cp)
          Creates new AStarAlgo
 

Uses of Path in cad.simcad.pathfinding.path
 

Methods in cad.simcad.pathfinding.path that return Path
 Path PathException.getPath()
           
 

Constructors in cad.simcad.pathfinding.path with parameters of type Path
PathException(Path p, int code)
          Creates new PathException without detail message.
 


Logo

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