Uses of Class
org.goplanit.project.ProjectOdPathSets
-
Packages that use ProjectOdPathSets Package Description org.goplanit.project PLANit project classes -
-
Uses of ProjectOdPathSets in org.goplanit.project
Fields in org.goplanit.project declared as ProjectOdPathSets Modifier and Type Field Description ProjectOdPathSets
CustomPlanItProject. odPathSets
The registered OD path setsprotected ProjectOdPathSets
PlanItProjectInput. odPathSets
The registered OD path setsMethods in org.goplanit.project that return ProjectOdPathSets Modifier and Type Method Description ProjectOdPathSets
ProjectOdPathSets. clone()
Each map wrapper should be cloneable where the contents are references of the original where possible but the underlying map itself is newly createdConstructors in org.goplanit.project with parameters of type ProjectOdPathSets Constructor Description ProjectOdPathSets(ProjectOdPathSets other)
Copy constructor
-