Uses of Interface
org.goplanit.utils.network.layer.physical.Links
-
Packages that use Links Package Description org.goplanit.network.layer.macroscopic Macroscopic physical network component object classesorg.goplanit.network.layer.physical Physical network component object classesorg.goplanit.utils.network.layer.physical -
-
Uses of Links in org.goplanit.network.layer.macroscopic
Classes in org.goplanit.network.layer.macroscopic that implement Links Modifier and Type Class Description class
MacroscopicLinksImpl
Macroscopic links primary managed container implementation -
Uses of Links in org.goplanit.network.layer.physical
Classes in org.goplanit.network.layer.physical that implement Links Modifier and Type Class Description class
LinksImpl<L extends Link>
Links primary managed container implementationConstructors in org.goplanit.network.layer.physical with parameters of type Links Constructor Description LinkFactoryImpl(IdGroupingToken groupIdToken, Links<? extends Link> links)
Constructor -
Uses of Links in org.goplanit.utils.network.layer.physical
Methods in org.goplanit.utils.network.layer.physical that return Links Modifier and Type Method Description Links
Links. deepClone()
Force clone implementationLinks
Links. deepCloneWithMapping(BiConsumer<L,L> mapper)
Deep clone implementation with mapping retained between original and copies createdLinks
Links. shallowClone()
shallow clone implementation
-