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
NodeImpl. clone()
Create a shallow copy of this entityConstructors in org.goplanit.network.layer.physical with parameters of type NodeImpl Constructor Description NodeImpl(NodeImpl nodeImpl)
Copy constructor, see alsoVertexImpl
-