Uses of Interface
org.planit.path.Path
-
Packages that use Path Package Description org.planit.algorithms.shortestpath Shortest Path algorithms for PlanItorg.planit.od.odpath This package holds the origin-destination path objects.org.planit.path PLANit path classes -
-
Uses of Path in org.planit.algorithms.shortestpath
Methods in org.planit.algorithms.shortestpath that return Path Modifier and Type Method Description PathShortestPathResult. createPath(IdGroupingToken groupId, Vertex origin, Vertex destination)Create the path from the provided origin to a specified destination vertex, using the results available. -
Uses of Path in org.planit.od.odpath
Methods in org.planit.od.odpath that return Path Modifier and Type Method Description PathODPathIterator. getCurrentValue()Returns the path in the current cellPathODPathMatrix. getValue(Zone origin, Zone destination)Returns the path for a specified origin and destinationPathODPathIterator. next()Returns the path in the next cell and increments the current positionMethods in org.planit.od.odpath with parameters of type Path Modifier and Type Method Description voidODPathMatrix. setValue(Zone origin, Zone destination, Path path)Set the path from a specified origin to a specified destinationConstructors in org.planit.od.odpath with parameters of type Path Constructor Description ODPathIterator(Path[][] matrixContents, Zones<?> zones)Constructor -
Uses of Path in org.planit.path
Classes in org.planit.path that implement Path Modifier and Type Class Description classPathImplThis object represents a path based on a number of consecutive LinkSegments The path creation makes use of the fact that the origin pair will have a null EdgeSegment, so there is no need to specify the origin.
-