Class AStar

All Implemented Interfaces:
EdgeToEdgeRoutingAlgorithm, RoutingAlgorithm

public class AStar extends AbstractRoutingAlgorithm implements EdgeToEdgeRoutingAlgorithm
This class implements the A* algorithm according to http://en.wikipedia.org/wiki/A*_search_algorithm

Different distance calculations can be used via setApproximation.

Author:
Peter Karich