Uses of Interface
org.goplanit.utils.network.layer.macroscopic.MacroscopicLinks
-
Packages that use MacroscopicLinks Package Description org.goplanit.network.layer.macroscopic Macroscopic physical network component object classesorg.goplanit.utils.network.layer org.goplanit.utils.network.layer.macroscopic -
-
Uses of MacroscopicLinks in org.goplanit.network.layer.macroscopic
Classes in org.goplanit.network.layer.macroscopic that implement MacroscopicLinks Modifier and Type Class Description class
MacroscopicLinksImpl
Macroscopic links primary managed container implementationMethods in org.goplanit.network.layer.macroscopic that return MacroscopicLinks Modifier and Type Method Description MacroscopicLinks
MacroscopicNetworkLayerImpl. getLinks()
Collect the linksConstructors in org.goplanit.network.layer.macroscopic with parameters of type MacroscopicLinks Constructor Description MacroscopicNetworkLayerImpl(IdGroupingToken groupId, Nodes nodes, MacroscopicLinks links, MacroscopicLinkSegments linkSegments)
Constructor -
Uses of MacroscopicLinks in org.goplanit.utils.network.layer
Methods in org.goplanit.utils.network.layer that return MacroscopicLinks Modifier and Type Method Description MacroscopicLinks
MacroscopicNetworkLayer. getLinks()
Collect the links -
Uses of MacroscopicLinks in org.goplanit.utils.network.layer.macroscopic
Methods in org.goplanit.utils.network.layer.macroscopic that return MacroscopicLinks Modifier and Type Method Description MacroscopicLinks
MacroscopicLinks. deepClone()
Force clone implementationMacroscopicLinks
MacroscopicLinks. deepCloneWithMapping(BiConsumer<MacroscopicLink,MacroscopicLink> mapper)
Deep clone implementation with mapping retained between original and copies createdMacroscopicLinks
MacroscopicLinks. shallowClone()
shallow clone implementation
-