Uses of Class
org.goplanit.project.ProjectZonings
-
Packages that use ProjectZonings Package Description org.goplanit.project PLANit project classes -
-
Uses of ProjectZonings in org.goplanit.project
Fields in org.goplanit.project declared as ProjectZonings Modifier and Type Field Description ProjectZonings
CustomPlanItProject. zonings
The registered zoningsprotected ProjectZonings
PlanItProjectInput. zonings
The registered zoningsMethods in org.goplanit.project that return ProjectZonings Modifier and Type Method Description ProjectZonings
ProjectZonings. shallowClone()
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 ProjectZonings Constructor Description ProjectZonings(ProjectZonings other)
Copy constructor
-