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. odRouteSetsFactoryObject factory for od route sets objectprotected TreeMap<Long,ODRouteSets>PlanItProjectInput. odRouteSetsMapThe od route sets registered on this projectMethods in org.planit.project that return ODRouteSets Modifier and Type Method Description ODRouteSetsCustomPlanItProject. createAndRegisterODRouteSets(PhysicalNetwork physicalNetwork, Zoning zoning, String odRouteSetInputPath)Create and register the OD route sets as populated by the input builder through the path sourceODRouteSetsPlanItProjectInput. createAndRegisterODRouteSets(PhysicalNetwork physicalNetwork, Zoning zoning, String odRouteSetInputPath)Create and register the OD route sets on the project inputODRouteSetsPlanItProjectInput.ProjectODRouteSets. getFirstODRouteSets()Collect the first od route set that is registered (if any).ODRouteSetsPlanItProjectInput.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
-