Class AStarPath

All Implemented Interfaces:
PathGenerator<ReachedStopCondition>

public class AStarPath extends PathGeneratorBase<ReachedStopCondition>

AStarPath

The AStarPath generator will find the shortest path between 2 elements.

Given the current element in the execution context and the ReachedStopCondition the generator will create the shortest path between the 2 elements.

Author:
Nils Olsson