E - the node type used in the searchAreaT - the type used to hold all the nodespublic interface Pathfinder<E,T>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<E> |
findPath(T searchArea,
E start,
E dest)
Generates a list of nodes of type E holding the path.
|