a_star library

Classes

AStar<T extends Node<T>>
The A* Star algorithm itself. Instantiated with a Graph (e.g., a map).
Graph<T extends Node<T>>
The A* class works on any class that implements the Graph interface.

Mixins

Node<T extends Node<T>>
Mixin class with which the Graph's nodes should be extended.