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 classMacroscopicLinksImplMacroscopic 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 classLinksImpl<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 LinksLinks. deepClone()Force clone implementationLinksLinks. deepCloneWithMapping(BiConsumer<L,L> mapper)Deep clone implementation with mapping retained between original and copies createdLinksLinks. shallowClone()shallow clone implementation
-