Uses of Class
org.goplanit.network.virtual.ConjugateConnectoidSegmentsImpl
-
Packages that use ConjugateConnectoidSegmentsImpl Package Description org.goplanit.network.virtual Virtual network component object classes -
-
Uses of ConjugateConnectoidSegmentsImpl in org.goplanit.network.virtual
Fields in org.goplanit.network.virtual declared as ConjugateConnectoidSegmentsImpl Modifier and Type Field Description protected ConjugateConnectoidSegmentsImplConjugateVirtualNetworkImpl. conjugateConnectoidSegmentsContainer for conjugate connectoid edge segmentsMethods in org.goplanit.network.virtual that return ConjugateConnectoidSegmentsImpl Modifier and Type Method Description ConjugateConnectoidSegmentsImplConjugateConnectoidSegmentsImpl. deepClone()Deep clone implementationConjugateConnectoidSegmentsImplConjugateConnectoidSegmentsImpl. deepCloneWithMapping(BiConsumer<ConjugateConnectoidSegment,ConjugateConnectoidSegment> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapperConjugateConnectoidSegmentsImplConjugateConnectoidSegmentsImpl. 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 ConjugateConnectoidSegmentsImpl Constructor Description ConjugateConnectoidSegmentsImpl(ConjugateConnectoidSegmentsImpl other, boolean deepCopy, BiConsumer<ConjugateConnectoidSegment,ConjugateConnectoidSegment> mapper)Copy constructor, also creates new factory with this as its underlying container
-