|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface implemented by any class that can find the best path between two places on a map. With this interface, parameters are given during construction.
| Method Summary | |
PathPlaceSet |
getShortestPath()
Returns the shortest path of that PathFinder |
PathPlaceSet |
getShortestPath(PathPlace origin,
PathPlace dest,
PathUser pu)
Find the shortest path between two places. |
boolean |
isSequential()
Returns true if the PathFinder does not run in its own thread |
| Methods inherited from interface java.lang.Runnable |
run |
| Method Detail |
public PathPlaceSet getShortestPath()
public boolean isSequential()
public PathPlaceSet getShortestPath(PathPlace origin,
PathPlace dest,
PathUser pu)
origin - The origin of the Pathdest - The destination of the Path
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||