Uses of Interface
org.goplanit.utils.network.layer.physical.ConjugateLinks
-
Packages that use ConjugateLinks 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 org.goplanit.utils.network.layer.physical -
-
Uses of ConjugateLinks in org.goplanit.network.layer.macroscopic
Methods in org.goplanit.network.layer.macroscopic that return ConjugateLinks Modifier and Type Method Description ConjugateLinksConjugateMacroscopicNetworkLayerImpl. getConjugateLinks()Collect the undirected turns, i.e., conjugate linksConstructors in org.goplanit.network.layer.macroscopic with parameters of type ConjugateLinks Constructor Description ConjugateMacroscopicNetworkLayerImpl(IdGroupingToken groupId, ConjugateNodes conjugateNodes, ConjugateLinks conjugateLinks, ConjugateLinkSegments conjugateLinkSegments, MacroscopicNetworkLayer originalLayer)Constructor -
Uses of ConjugateLinks in org.goplanit.network.layer.physical
Classes in org.goplanit.network.layer.physical that implement ConjugateLinks Modifier and Type Class Description classConjugateLinksImplConjugated links primary managed container implementation -
Uses of ConjugateLinks in org.goplanit.utils.network.layer
Methods in org.goplanit.utils.network.layer that return ConjugateLinks Modifier and Type Method Description ConjugateLinksConjugateMacroscopicNetworkLayer. getConjugateLinks()Collect the undirected turns, i.e., conjugate links -
Uses of ConjugateLinks in org.goplanit.utils.network.layer.physical
Methods in org.goplanit.utils.network.layer.physical that return ConjugateLinks Modifier and Type Method Description ConjugateLinksConjugateLinks. deepClone()Force clone implementationConjugateLinksConjugateLinks. deepCloneWithMapping(BiConsumer<ConjugateLink,ConjugateLink> mapper)Deep clone implementation with mapping retained between original and copies createdConjugateLinksConjugateLinks. shallowClone()shallow clone implementation
-