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