|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--cad.simcad.objectserver.factory.PathFinderFactory
Factor for PathFinder objects
| Constructor Summary | |
PathFinderFactory()
Creates new PathFinderFactory |
|
| Method Summary | |
static APSSPathFinder |
createAPSSPathFinder(PathFindable pf)
|
static PathFinder |
createPathFinderTester(PathFindable pf,
Path p,
AlgoProperties ap)
Create a PathFinder for testing purpose. |
static PathFinder |
createPathFinderTester(PathFindable pf,
PathPlace origin,
PathPlace dest,
PathUser pu,
AlgoProperties ap)
Create a PathFinder according to the properties given. |
static PathFinder |
createPathFinderTester(PathFindable pf,
PathPlace origin,
PathPlace dest,
PathUser pu,
java.util.Properties prop)
Create a PathFinder according to the properties given. |
static PathFinder |
createProductivePathFinder(PathFindable pf,
PathPlace origin,
PathPlace dest,
PathUser pu)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PathFinderFactory()
| Method Detail |
public static PathFinder createPathFinderTester(PathFindable pf,
Path p,
AlgoProperties ap)
p - ap -
public static PathFinder createPathFinderTester(PathFindable pf,
PathPlace origin,
PathPlace dest,
PathUser pu,
AlgoProperties ap)
AlgoProperties object.
origin - the Origin PathPlace for the Pathdest - pu - ap - Propreties for the algorithm
public static PathFinder createPathFinderTester(PathFindable pf,
PathPlace origin,
PathPlace dest,
PathUser pu,
java.util.Properties prop)
origin - dest - pu - prop -
public static PathFinder createProductivePathFinder(PathFindable pf,
PathPlace origin,
PathPlace dest,
PathUser pu)
origin - dest - pu - public static APSSPathFinder createAPSSPathFinder(PathFindable pf)
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||