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