Uses of Interface
org.goplanit.utils.network.layer.physical.ConjugateNodes
-
Packages that use ConjugateNodes 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 ConjugateNodes in org.goplanit.network.layer.macroscopic
Methods in org.goplanit.network.layer.macroscopic that return ConjugateNodes Modifier and Type Method Description ConjugateNodes
ConjugateMacroscopicNetworkLayerImpl. getConjugateNodes()
Collect the conjugate nodes, i.e., links/link segments in original networkConstructors in org.goplanit.network.layer.macroscopic with parameters of type ConjugateNodes Constructor Description ConjugateMacroscopicNetworkLayerImpl(IdGroupingToken groupId, ConjugateNodes conjugateNodes, ConjugateLinks conjugateLinks, ConjugateLinkSegments conjugateLinkSegments, MacroscopicNetworkLayer originalLayer)
Constructor -
Uses of ConjugateNodes in org.goplanit.network.layer.physical
Classes in org.goplanit.network.layer.physical that implement ConjugateNodes Modifier and Type Class Description class
ConjugateNodesImpl
Conjugate nodes primary managed container implementation.Constructors in org.goplanit.network.layer.physical with parameters of type ConjugateNodes Constructor Description ConjugateNodeFactoryImpl(IdGroupingToken groupId, ConjugateNodes container)
Constructor -
Uses of ConjugateNodes in org.goplanit.utils.network.layer
Methods in org.goplanit.utils.network.layer that return ConjugateNodes Modifier and Type Method Description ConjugateNodes
ConjugateMacroscopicNetworkLayer. getConjugateNodes()
Collect the conjugate nodes, i.e., links/link segments in original network -
Uses of ConjugateNodes in org.goplanit.utils.network.layer.physical
Methods in org.goplanit.utils.network.layer.physical that return ConjugateNodes Modifier and Type Method Description ConjugateNodes
ConjugateNodes. deepClone()
Force clone implementationConjugateNodes
ConjugateNodes. deepCloneWithMapping(BiConsumer<ConjugateNode,ConjugateNode> mapper)
Deep clone implementation with mapping retained between original and copies createdConjugateNodes
ConjugateNodes. shallowClone()
shallow clone implementation
-