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 ConjugateLinks
ConjugateMacroscopicNetworkLayerImpl. 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 class
ConjugateLinksImpl
Conjugated 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 ConjugateLinks
ConjugateMacroscopicNetworkLayer. 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 ConjugateLinks
ConjugateLinks. deepClone()
Force clone implementationConjugateLinks
ConjugateLinks. deepCloneWithMapping(BiConsumer<ConjugateLink,ConjugateLink> mapper)
Deep clone implementation with mapping retained between original and copies createdConjugateLinks
ConjugateLinks. shallowClone()
shallow clone implementation
-