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