Uses of Class
org.goplanit.network.virtual.ConnectoidSegmentsImpl
-
Packages that use ConnectoidSegmentsImpl Package Description org.goplanit.network.virtual Virtual network component object classes -
-
Uses of ConnectoidSegmentsImpl in org.goplanit.network.virtual
Fields in org.goplanit.network.virtual declared as ConnectoidSegmentsImpl Modifier and Type Field Description protected ConnectoidSegmentsImpl
VirtualNetworkImpl. connectoidSegments
Container for connectoid edge segmentsMethods in org.goplanit.network.virtual that return ConnectoidSegmentsImpl Modifier and Type Method Description ConnectoidSegmentsImpl
ConnectoidSegmentsImpl. deepClone()
Deep clone implementationConnectoidSegmentsImpl
ConnectoidSegmentsImpl. deepCloneWithMapping(BiConsumer<ConnectoidSegment,ConnectoidSegment> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperConnectoidSegmentsImpl
ConnectoidSegmentsImpl. shallowClone()
Each map wrapper should be cloneable where the contents are references of the original where possible but the underlying map itself is newly createdConstructors in org.goplanit.network.virtual with parameters of type ConnectoidSegmentsImpl Constructor Description ConnectoidSegmentsImpl(ConnectoidSegmentsImpl other, boolean deepCopy, BiConsumer<ConnectoidSegment,ConnectoidSegment> mapper)
Copy constructor, also creates new factory with this as its underlying container
-