Uses of Class
org.goplanit.zoning.ZoneImpl
-
Packages that use ZoneImpl Package Description org.goplanit.zoning -
-
Uses of ZoneImpl in org.goplanit.zoning
Subclasses of ZoneImpl in org.goplanit.zoning Modifier and Type Class Description classOdZoneImplAn Od zoneclassTransferZoneImplA transfer zoneMethods in org.goplanit.zoning that return ZoneImpl Modifier and Type Method Description abstract ZoneImplZoneImpl. 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.abstract ZoneImplZoneImpl. shallowClone()Create a shallow copy of this entityConstructors in org.goplanit.zoning with parameters of type ZoneImpl Constructor Description ZoneImpl(ZoneImpl other, boolean deepCopy)Constructor
-