Class AStar

java.lang.Object
org.graphwalker.core.algorithm.AStar
All Implemented Interfaces:
Algorithm

public class AStar extends Object implements Algorithm

AStar

The AStar implements the A* algorithm.

The algorithm calculates the shortest path between two elements.

Author:
Nils Olsson