Class AStarAlgorithm
- java.lang.Object
-
- org.insa.graphs.algorithm.AbstractAlgorithm<ShortestPathObserver>
-
- org.insa.graphs.algorithm.shortestpath.ShortestPathAlgorithm
-
- org.insa.graphs.algorithm.shortestpath.DijkstraAlgorithm
-
- org.insa.graphs.algorithm.shortestpath.AStarAlgorithm
-
public class AStarAlgorithm extends DijkstraAlgorithm
-
-
Field Summary
-
Fields inherited from class org.insa.graphs.algorithm.AbstractAlgorithm
data, observers
-
-
Constructor Summary
Constructors Constructor Description AStarAlgorithm(ShortestPathData data)
-
Method Summary
-
Methods inherited from class org.insa.graphs.algorithm.shortestpath.DijkstraAlgorithm
doRun
-
Methods inherited from class org.insa.graphs.algorithm.shortestpath.ShortestPathAlgorithm
getInputData, notifyDestinationReached, notifyNodeMarked, notifyNodeReached, notifyOriginProcessed, run
-
Methods inherited from class org.insa.graphs.algorithm.AbstractAlgorithm
addObserver, getObservers
-
-
-
-
Constructor Detail
-
AStarAlgorithm
public AStarAlgorithm(ShortestPathData data)
-
-