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. odPathSetsFactory
Object factory for od path sets objectprotected TreeMap<Long,ODPathSets>
PlanItProjectInput. odPathSetsMap
The od path sets registered on this projectMethods in org.planit.project that return ODPathSets Modifier and Type Method Description ODPathSets
CustomPlanItProject. createAndRegisterOdPathSets(InfrastructureLayer networkLayer, Zoning zoning, String odPathSetInputPath)
Create and register the OD path sets as populated by the input builder through the path sourceODPathSets
PlanItProjectInput. createAndRegisterOdPathSets(InfrastructureLayer networkLayer, Zoning zoning, String odPathSetInputPath)
Create and register the OD path sets on the project inputODPathSets
PlanItProjectInput.ProjectODPathSets. getFirstOdPathSets()
Collect the first od path set that is registered (if any).ODPathSets
PlanItProjectInput.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
-