Uses of Class
org.goplanit.network.layer.macroscopic.MacroscopicLinkSegmentImpl
-
Packages that use MacroscopicLinkSegmentImpl Package Description org.goplanit.network.layer.macroscopic Macroscopic physical network component object classes -
-
Uses of MacroscopicLinkSegmentImpl in org.goplanit.network.layer.macroscopic
Methods in org.goplanit.network.layer.macroscopic that return MacroscopicLinkSegmentImpl Modifier and Type Method Description MacroscopicLinkSegmentImplMacroscopicLinkSegmentImpl. 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.MacroscopicLinkSegmentImplMacroscopicLinkSegmentImpl. shallowClone()Create a shallow copy of this entityConstructors in org.goplanit.network.layer.macroscopic with parameters of type MacroscopicLinkSegmentImpl Constructor Description MacroscopicLinkSegmentImpl(MacroscopicLinkSegmentImpl other, boolean deepCopy)Copy constructor
-