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 MacroscopicLinksImplMacroscopicLinksImpl. deepClone()Deep clone implementationMacroscopicLinksImplMacroscopicLinksImpl. deepCloneWithMapping(BiConsumer<MacroscopicLink,MacroscopicLink> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapperMacroscopicLinksImplMacroscopicLinksImpl. 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
-