|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PathFinder | |
cad.simcad.objectserver.factory | |
cad.simcad.objectserver.spec.pathfinding | |
cad.simcad.pathfinding.astar |
Uses of PathFinder in cad.simcad.objectserver.factory |
Methods in cad.simcad.objectserver.factory that return PathFinder | |
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. |
static PathFinder |
PathFinderFactory.createPathFinderTester(PathFindable pf,
PathPlace origin,
PathPlace dest,
PathUser pu,
java.util.Properties prop)
Create a PathFinder according to the properties given. |
static PathFinder |
PathFinderFactory.createProductivePathFinder(PathFindable pf,
PathPlace origin,
PathPlace dest,
PathUser pu)
|
Uses of PathFinder in cad.simcad.objectserver.spec.pathfinding |
Subinterfaces of PathFinder in cad.simcad.objectserver.spec.pathfinding | |
interface |
APSSPathFinder
This is a extension of PathFinder to meet the specific need of the CAC software |
Uses of PathFinder in cad.simcad.pathfinding.astar |
Classes in cad.simcad.pathfinding.astar that implement PathFinder | |
class |
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. |
class |
AStarBasic
This class should be used for testing purpose. |
class |
AStarBasicHeur
|
class |
AStarForProduction
|
class |
AStarFudge
|
class |
AStarSequential
|
class |
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 |
class |
AStarSpeedOptimizedHeur
Class for A* optimized with an heuristic |
|
![]() |
||||||||||
PREV NEXT | FRAMES NO FRAMES |