Uses of Interface
org.goplanit.algorithms.shortest.ShortestResult
-
Packages that use ShortestResult Package Description org.goplanit.algorithms.shortest Shortest Path algorithms for PlanIt -
-
Uses of ShortestResult in org.goplanit.algorithms.shortest
Subinterfaces of ShortestResult in org.goplanit.algorithms.shortest Modifier and Type Interface Description interfaceMinMaxPathResultImplementation of the MinMaxPathResult interfaceinterfaceShortestBushResultInterfaces that defines how to access results of a shortest bush execution allowing one to extract bushes or cost informationinterfaceShortestPathResultInterfaces that defines how to access results of a shortest path execution allowing one to extract paths or cost informationClasses in org.goplanit.algorithms.shortest that implement ShortestResult Modifier and Type Class Description classMinMaxPathResultImplImplementation of the MinMaxPathResult interfaceclassShortestBushResultGeneralisedClass that stores the result of a shortest bush execution allowing one to extract bushes or cost information for a given origin-to-vertex Note that we construct the bush in reverse order from destination to the origin via all viable paths to construct the bushclassShortestPathResultGeneralisedClass that stores the result of a shortest path execution allowing one to extract paths or cost information.classShortestResultGeneralisedBase class for shortestXResult classes
-