|
Interface Summary |
| APSSPathFinder |
This is a extension of PathFinder to meet the specific need of the CAC software |
| PathFindable |
Any object wanting to be searched by a pathfinding algorithm should
implement this interfaces |
| PathFinder |
The interface implemented by any class that can find the best path between two places on a map.
|
| PathPlace |
This intereface defines the minimum services an object should
provide if the object is to be included in a Path object |
| PathPlaceSet |
A Set of PathPlace object, i.e. a path
Remember that a Path is computed according a PathUser caracteristics. |
| PathUser |
Interface for a single entity able to use a Path. |