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