Package org.planit.route
PLANit route classes
-
Interface Summary Interface Description Route Route interface representing a route through the network on edge segment level -
Class Summary Class Description ODRouteSets Contains one or more origin-destination based route sets that can be used in assignment.RouteImpl This object creates a route of LinkSegment objects to a specified destination using the vertexPathAndCost object created by the (Dijkstra) Shortest Path Algorithm 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.