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