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 ConjugateNodesConjugateMacroscopicNetworkLayerImpl. 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 classConjugateNodesImplConjugate 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 ConjugateNodesConjugateMacroscopicNetworkLayer. 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 ConjugateNodesConjugateNodes. deepClone()Force clone implementationConjugateNodesConjugateNodes. deepCloneWithMapping(BiConsumer<ConjugateNode,ConjugateNode> mapper)Deep clone implementation with mapping retained between original and copies createdConjugateNodesConjugateNodes. shallowClone()shallow clone implementation
-