Uses of Class
org.planit.route.ODRouteSets
-
Packages that use ODRouteSets Package Description org.planit.project PLANit project classes -
-
Uses of ODRouteSets in org.planit.project
Fields in org.planit.project with type parameters of type ODRouteSets Modifier and Type Field Description protected TrafficAssignmentComponentFactory<ODRouteSets>
PlanItProjectInput. odRouteSetsFactory
Object factory for od route sets objectprotected TreeMap<Long,ODRouteSets>
PlanItProjectInput. odRouteSetsMap
The od route sets registered on this projectMethods in org.planit.project that return ODRouteSets Modifier and Type Method Description ODRouteSets
CustomPlanItProject. createAndRegisterODRouteSets(PhysicalNetwork physicalNetwork, Zoning zoning, String odRouteSetInputPath)
Create and register the OD route sets as populated by the input builder through the path sourceODRouteSets
PlanItProjectInput. createAndRegisterODRouteSets(PhysicalNetwork physicalNetwork, Zoning zoning, String odRouteSetInputPath)
Create and register the OD route sets on the project inputODRouteSets
PlanItProjectInput.ProjectODRouteSets. getFirstODRouteSets()
Collect the first od route set that is registered (if any).ODRouteSets
PlanItProjectInput.ProjectODRouteSets. getODRouteSets(long id)
Get od rotue sets by idMethods in org.planit.project that return types with arguments of type ODRouteSets Modifier and Type Method Description List<ODRouteSets>
PlanItProjectInput.ProjectODRouteSets. toList()
Returns a List of od route sets
-