Uses of Class
org.goplanit.network.layer.physical.LinksImpl
-
Packages that use LinksImpl Package Description org.goplanit.network.layer.macroscopic Macroscopic physical network component object classesorg.goplanit.network.layer.physical Physical network component object classes -
-
Uses of LinksImpl in org.goplanit.network.layer.macroscopic
Subclasses of LinksImpl in org.goplanit.network.layer.macroscopic Modifier and Type Class Description class
MacroscopicLinksImpl
Macroscopic links primary managed container implementation -
Uses of LinksImpl in org.goplanit.network.layer.physical
Methods in org.goplanit.network.layer.physical that return LinksImpl Modifier and Type Method Description LinksImpl
LinksImpl. deepClone()
Deep clone implementationLinksImpl
LinksImpl. deepCloneWithMapping(BiConsumer<L,L> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperLinksImpl
LinksImpl. 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 LinksImpl Constructor Description LinksImpl(LinksImpl linksImpl, boolean deepCopy, BiConsumer<L,L> mapper)
Copy constructor, also creates new factory with this as its underlying container
-