| Interface | Description |
|---|---|
| IndexedGraph<N> |
A graph for the
IndexedAStarPathFinder. |
| Class | Description |
|---|---|
| IndexedAStarPathFinder<N> |
A fully implemented
PathFinder that can perform both interruptible and non-interruptible pathfinding. |
| IndexedAStarPathFinder.Metrics |
A class used by
IndexedAStarPathFinder to collect search metrics. |
| IndexedHierarchicalGraph<N> |
A hierarchical graph for the
IndexedAStarPathFinder. |