Uses of Class
org.goplanit.zoning.OdZoneImpl
-
Packages that use OdZoneImpl Package Description org.goplanit.zoning -
-
Uses of OdZoneImpl in org.goplanit.zoning
Methods in org.goplanit.zoning that return OdZoneImpl Modifier and Type Method Description OdZoneImpl
OdZoneImpl. deepClone()
An id entity should always support a deep copy, i.e., all "owned" members will be deep copied when a clone of this instance is created via this call.OdZoneImpl
OdZoneImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.zoning with parameters of type OdZoneImpl Constructor Description OdZoneImpl(OdZoneImpl other, boolean deepCopy)
Copy constructor
-