Interface | Description |
---|---|
AStarClosedListBase<T extends AStarNodeBase<T>> | |
AStarGoalBase<T extends AStarNodeBase<T>> |
The goal object provides data to the A* algorithm, so that the algorithm can
be kept more generic.
|
AStarMapVisitorBase<T extends AStarNodeBase<T>> | |
AStarOpenListBase<T extends AStarNodeBase<T>> |
Class | Description |
---|---|
AStar | |
AStarMapBase<T extends AStarNodeBase<T>> |
The search space the A* algorithm operates on.
|
AStarNode | |
AStarNodeBase<T> | |
AStarRegionNode |
An AStarRegionNode represents one layer of one region in the global region
map.
|
ExternalVisitor<T extends AStarNodeBase<T>> |