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