Uses of Class
org.planit.path.ODPathSets
-
Packages that use ODPathSets Package Description org.planit.project PLANit project classes -
-
Uses of ODPathSets in org.planit.project
Fields in org.planit.project with type parameters of type ODPathSets Modifier and Type Field Description protected TrafficAssignmentComponentFactory<ODPathSets>PlanItProjectInput. odPathSetsFactoryObject factory for od path sets objectprotected TreeMap<Long,ODPathSets>PlanItProjectInput. odPathSetsMapThe od path sets registered on this projectMethods in org.planit.project that return ODPathSets Modifier and Type Method Description ODPathSetsCustomPlanItProject. createAndRegisterOdPathSets(InfrastructureLayer networkLayer, Zoning zoning, String odPathSetInputPath)Create and register the OD path sets as populated by the input builder through the path sourceODPathSetsPlanItProjectInput. createAndRegisterOdPathSets(InfrastructureLayer networkLayer, Zoning zoning, String odPathSetInputPath)Create and register the OD path sets on the project inputODPathSetsPlanItProjectInput.ProjectODPathSets. getFirstOdPathSets()Collect the first od path set that is registered (if any).ODPathSetsPlanItProjectInput.ProjectODPathSets. getODPathSets(long id)Get od rotue sets by idMethods in org.planit.project that return types with arguments of type ODPathSets Modifier and Type Method Description List<ODPathSets>PlanItProjectInput.ProjectODPathSets. toList()Returns a List of od path sets
-