Uses of Interface
org.goplanit.utils.network.layer.physical.ConjugateLinkSegments
-
Packages that use ConjugateLinkSegments 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 ConjugateLinkSegments in org.goplanit.network.layer.macroscopic
Methods in org.goplanit.network.layer.macroscopic that return ConjugateLinkSegments Modifier and Type Method Description ConjugateLinkSegments
ConjugateMacroscopicNetworkLayerImpl. getConjugateLinkSegments()
Collect the turns, i.e.Constructors in org.goplanit.network.layer.macroscopic with parameters of type ConjugateLinkSegments Constructor Description ConjugateMacroscopicNetworkLayerImpl(IdGroupingToken groupId, ConjugateNodes conjugateNodes, ConjugateLinks conjugateLinks, ConjugateLinkSegments conjugateLinkSegments, MacroscopicNetworkLayer originalLayer)
Constructor -
Uses of ConjugateLinkSegments in org.goplanit.network.layer.physical
Classes in org.goplanit.network.layer.physical that implement ConjugateLinkSegments Modifier and Type Class Description class
ConjugateLinkSegmentsImpl
Link segments primary managed container implementationConstructors in org.goplanit.network.layer.physical with parameters of type ConjugateLinkSegments Constructor Description ConjugateLinkSegmentFactoryImpl(IdGroupingToken groupId, ConjugateLinkSegments container)
Constructor -
Uses of ConjugateLinkSegments in org.goplanit.utils.network.layer
Methods in org.goplanit.utils.network.layer that return ConjugateLinkSegments Modifier and Type Method Description ConjugateLinkSegments
ConjugateMacroscopicNetworkLayer. getConjugateLinkSegments()
Collect the turns, i.e. -
Uses of ConjugateLinkSegments in org.goplanit.utils.network.layer.physical
Methods in org.goplanit.utils.network.layer.physical that return ConjugateLinkSegments Modifier and Type Method Description ConjugateLinkSegments
ConjugateLinkSegments. deepClone()
Force clone implementationConjugateLinkSegments
ConjugateLinkSegments. deepCloneWithMapping(BiConsumer<ConjugateLinkSegment,ConjugateLinkSegment> mapper)
Deep clone implementation with mapping retained between original and copies createdConjugateLinkSegments
ConjugateLinkSegments. shallowClone()
shallow clone implementation
-