Uses of Class
org.goplanit.network.layer.physical.ConjugateLinkSegmentsImpl
-
Packages that use ConjugateLinkSegmentsImpl Package Description org.goplanit.network.layer.physical Physical network component object classes -
-
Uses of ConjugateLinkSegmentsImpl in org.goplanit.network.layer.physical
Methods in org.goplanit.network.layer.physical that return ConjugateLinkSegmentsImpl Modifier and Type Method Description ConjugateLinkSegmentsImpl
ConjugateLinkSegmentsImpl. deepClone()
Deep clone implementationConjugateLinkSegmentsImpl
ConjugateLinkSegmentsImpl. deepCloneWithMapping(BiConsumer<ConjugateLinkSegment,ConjugateLinkSegment> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperConjugateLinkSegmentsImpl
ConjugateLinkSegmentsImpl. 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.layer.physical with parameters of type ConjugateLinkSegmentsImpl Constructor Description ConjugateLinkSegmentsImpl(ConjugateLinkSegmentsImpl other, boolean deepCopy, BiConsumer<ConjugateLinkSegment,ConjugateLinkSegment> mapper)
Copy constructor, also creates new factory with this as its underlying container
-