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