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 ConnectoidSegmentsImplVirtualNetworkImpl. connectoidSegmentsContainer for connectoid edge segmentsMethods in org.goplanit.network.virtual that return ConnectoidSegmentsImpl Modifier and Type Method Description ConnectoidSegmentsImplConnectoidSegmentsImpl. deepClone()Deep clone implementationConnectoidSegmentsImplConnectoidSegmentsImpl. deepCloneWithMapping(BiConsumer<ConnectoidSegment,ConnectoidSegment> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapperConnectoidSegmentsImplConnectoidSegmentsImpl. 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
-