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 interface
MinMaxPathResult
Implementation of the MinMaxPathResult interfaceinterface
ShortestBushResult
Interfaces that defines how to access results of a shortest bush execution allowing one to extract bushes or cost informationinterface
ShortestPathResult
Interfaces 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 class
MinMaxPathResultImpl
Implementation of the MinMaxPathResult interfaceclass
ShortestBushResultGeneralised
Class 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 bushclass
ShortestPathResultGeneralised
Class that stores the result of a shortest path execution allowing one to extract paths or cost information.class
ShortestResultGeneralised
Base class for shortestXResult classes
-