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