Uses of Class
org.goplanit.path.OdPathSets
-
Packages that use OdPathSets Package Description org.goplanit.path PLANit path classesorg.goplanit.project PLANit project classes -
-
Uses of OdPathSets in org.goplanit.path
Methods in org.goplanit.path that return OdPathSets Modifier and Type Method Description OdPathSets
OdPathSets. deepClone()
deep clone on planit component should attempt to also update internal dependencies between deep cloned containers where possibleOdPathSets
OdPathSets. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.path with parameters of type OdPathSets Constructor Description OdPathSets(OdPathSets other, boolean deepCopy)
Constructor -
Uses of OdPathSets in org.goplanit.project
Methods in org.goplanit.project that return OdPathSets Modifier and Type Method Description OdPathSets
CustomPlanItProject. createAndRegisterOdPathSets(NetworkLayer networkLayer, Zoning zoning, String odPathSetInputPath)
Create and register the OD path sets as populated by the input builder through the path sourceOdPathSets
PlanItProjectInput. createAndRegisterOdPathSets(NetworkLayer networkLayer, Zoning zoning, String odPathSetInputPath)
Create and register the OD path sets on the project input
-