Uses of Interface
org.goplanit.utils.network.virtual.ConjugateConnectoidSegment
-
Packages that use ConjugateConnectoidSegment Package Description org.goplanit.network.virtual Virtual network component object classesorg.goplanit.utils.network.virtual Virtual physical network oriented utility classes -
-
Uses of ConjugateConnectoidSegment in org.goplanit.network.virtual
Classes in org.goplanit.network.virtual that implement ConjugateConnectoidSegment Modifier and Type Class Description class
ConjugateConnectoidSegmentImpl
Conjugate connectoid segment object representing conjugate of original network's adjacent connectoid segment pair, i.e.Method parameters in org.goplanit.network.virtual with type arguments of type ConjugateConnectoidSegment Modifier and Type Method Description ConjugateConnectoidSegmentsImpl
ConjugateConnectoidSegmentsImpl. deepCloneWithMapping(BiConsumer<ConjugateConnectoidSegment,ConjugateConnectoidSegment> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperConjugateConnectoidSegmentsImpl
ConjugateConnectoidSegmentsImpl. deepCloneWithMapping(BiConsumer<ConjugateConnectoidSegment,ConjugateConnectoidSegment> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperConstructor parameters in org.goplanit.network.virtual with type arguments of type ConjugateConnectoidSegment Constructor Description ConjugateConnectoidSegmentsImpl(ConjugateConnectoidSegmentsImpl other, boolean deepCopy, BiConsumer<ConjugateConnectoidSegment,ConjugateConnectoidSegment> mapper)
Copy constructor, also creates new factory with this as its underlying containerConjugateConnectoidSegmentsImpl(ConjugateConnectoidSegmentsImpl other, boolean deepCopy, BiConsumer<ConjugateConnectoidSegment,ConjugateConnectoidSegment> mapper)
Copy constructor, also creates new factory with this as its underlying container -
Uses of ConjugateConnectoidSegment in org.goplanit.utils.network.virtual
Methods in org.goplanit.utils.network.virtual that return ConjugateConnectoidSegment Modifier and Type Method Description ConjugateConnectoidSegment
ConjugateConnectoidSegmentFactory. create(ConjugateConnectoidEdge parent, boolean directionAb)
Create but not register conjugate connectoid segment in AB direction on containerConjugateConnectoidSegment
ConjugateConnectoidSegment. deepClone()
An id entity should always support a deep copy, i.e., all "owned" members will be deep copied when a clone of this instance is created via this call.default ConjugateConnectoidSegment
ConjugateConnectoidEdge. getEdgeSegment(boolean directionAb)
Edge segment in the direction indicatedConjugateConnectoidSegment
ConjugateConnectoidEdge. getEdgeSegmentAb()
Edge segment in the direction from A to BConjugateConnectoidSegment
ConjugateConnectoidEdge. getEdgeSegmentBa()
Edge segment in the direction from B to AConjugateConnectoidSegment
ConjugateConnectoidEdge. registerEdgeSegment(EdgeSegment edgeSegment, boolean directionAB, boolean force)
Register EdgeSegment.ConjugateConnectoidSegment
ConjugateConnectoidSegmentFactory. registerNew(ConjugateConnectoidEdge parent, boolean directionAb, boolean registerOnNodeAndLink)
Create and register connectoid segment in AB direction on containerConjugateConnectoidSegment
ConjugateConnectoidEdge. removeEdgeSegmentAb()
Remove edge segmentAb from this edge.ConjugateConnectoidSegment
ConjugateConnectoidEdge. removeEdgeSegmentBa()
Remove edge segmentAb from this edge.ConjugateConnectoidSegment
ConjugateConnectoidSegment. shallowClone()
Create a shallow copy of this entityMethods in org.goplanit.utils.network.virtual that return types with arguments of type ConjugateConnectoidSegment Modifier and Type Method Description default Collection<? extends ConjugateConnectoidSegment>
ConjugateConnectoidEdge. getEdgeSegments()
collect all edge segments available on the edgeMethod parameters in org.goplanit.utils.network.virtual with type arguments of type ConjugateConnectoidSegment Modifier and Type Method Description ConjugateConnectoidSegments
ConjugateConnectoidSegments. deepCloneWithMapping(BiConsumer<ConjugateConnectoidSegment,ConjugateConnectoidSegment> mapper)
Deep clone implementation with mapping retained between original and copies createdConjugateConnectoidSegments
ConjugateConnectoidSegments. deepCloneWithMapping(BiConsumer<ConjugateConnectoidSegment,ConjugateConnectoidSegment> mapper)
Deep clone implementation with mapping retained between original and copies created
-