Uses of Class
org.insa.graphs.algorithm.shortestpath.ShortestPathData
-
Packages that use ShortestPathData Package Description org.insa.graphs.algorithm.shortestpath -
-
Uses of ShortestPathData in org.insa.graphs.algorithm.shortestpath
Methods in org.insa.graphs.algorithm.shortestpath that return ShortestPathData Modifier and Type Method Description ShortestPathData
ShortestPathAlgorithm. getInputData()
ShortestPathData
ShortestPathSolution. getInputData()
Constructors in org.insa.graphs.algorithm.shortestpath with parameters of type ShortestPathData Constructor Description AStarAlgorithm(ShortestPathData data)
BellmanFordAlgorithm(ShortestPathData data)
DijkstraAlgorithm(ShortestPathData data)
ShortestPathAlgorithm(ShortestPathData data)
ShortestPathSolution(ShortestPathData data, AbstractSolution.Status status)
Create a new infeasible shortest-path solution for the given input and status.ShortestPathSolution(ShortestPathData data, AbstractSolution.Status status, Path path)
Create a new shortest-path solution.
-