Uses of Interface
org.goplanit.algorithms.shortest.ShortestBushResult
-
Packages that use ShortestBushResult Package Description org.goplanit.algorithms.shortest Shortest Path algorithms for PlanIt -
-
Uses of ShortestBushResult in org.goplanit.algorithms.shortest
Classes in org.goplanit.algorithms.shortest that implement ShortestBushResult Modifier and Type Class Description class
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 bushMethods in org.goplanit.algorithms.shortest that return ShortestBushResult Modifier and Type Method Description ShortestBushResult
ShortestBushAllToOne. executeAllToOne(DirectedVertex currentDestination)
Construct shortest bush result from any node to a sink node based on directed LinkSegment edgesShortestBushResult
ShortestBushGeneralised. executeAllToOne(DirectedVertex currentDestination)
Construct shortest bush result from all nodes to destination node in the network based on directed LinkSegment edgesShortestBushResult
ShortestBushGeneralised. executeOneToAll(DirectedVertex currentOrigin)
Construct shortest bush result from origin node to all other nodes in the network based on directed LinkSegment edgesShortestBushResult
ShortestBushOneToAll. executeOneToAll(DirectedVertex currentOrigin)
Construct shortest bush result from source node to all other nodes in the network based on directed LinkSegment edges
-