Interface ConjugateConnectoidSegments
-
- All Superinterfaces:
Cloneable
,GraphEntities<ConjugateConnectoidSegment>
,Iterable<ConjugateConnectoidSegment>
,LongMapWrapper<ConjugateConnectoidSegment>
,ManagedGraphEntities<ConjugateConnectoidSegment>
,ManagedIdEntities<ConjugateConnectoidSegment>
,MapWrapper<Long,ConjugateConnectoidSegment>
- All Known Implementing Classes:
ConjugateConnectoidSegmentsImpl
public interface ConjugateConnectoidSegments extends ManagedGraphEntities<ConjugateConnectoidSegment>
Container to register and manage conjugate connectoid segments that define the points of access for zones regarding conjugate infrastructure network (layer)- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConjugateConnectoidSegments
deepClone()
Force clone implementationConjugateConnectoidSegments
deepCloneWithMapping(BiConsumer<ConjugateConnectoidSegment,ConjugateConnectoidSegment> mapper)
Deep clone implementation with mapping retained between original and copies createdConjugateConnectoidSegmentFactory
getFactory()
Factory to create instance of graph entity (for this container class)ConjugateConnectoidSegments
shallowClone()
shallow clone implementation-
Methods inherited from interface org.goplanit.utils.graph.GraphEntities
forEachMatchingIdIn, getByExternalId, getByXmlId
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface org.goplanit.utils.wrapper.LongMapWrapper
get, remove
-
Methods inherited from interface org.goplanit.utils.id.ManagedIdEntities
containsKey, getManagedIdClass, groupBy, recreateIds, recreateIds, reset, streamSortedBy
-
Methods inherited from interface org.goplanit.utils.wrapper.MapWrapper
addAll, clear, containsValue, firstMatch, forEachIn, get, getFirst, getKeyByValue, isEmpty, register, remove, removeAll, removeIf, size, stream, streamSorted, toCollection, toMap, valuesAsNewSet
-
-
-
-
Method Detail
-
getFactory
ConjugateConnectoidSegmentFactory getFactory()
Factory to create instance of graph entity (for this container class)- Specified by:
getFactory
in interfaceGraphEntities<ConjugateConnectoidSegment>
- Specified by:
getFactory
in interfaceManagedIdEntities<ConjugateConnectoidSegment>
- Returns:
- entity factory
-
shallowClone
ConjugateConnectoidSegments shallowClone()
shallow clone implementation- Specified by:
shallowClone
in interfaceGraphEntities<ConjugateConnectoidSegment>
- Specified by:
shallowClone
in interfaceManagedGraphEntities<ConjugateConnectoidSegment>
- Specified by:
shallowClone
in interfaceManagedIdEntities<ConjugateConnectoidSegment>
- Specified by:
shallowClone
in interfaceMapWrapper<Long,ConjugateConnectoidSegment>
- Returns:
- clone of entities
-
deepClone
ConjugateConnectoidSegments deepClone()
Force clone implementation- Specified by:
deepClone
in interfaceGraphEntities<ConjugateConnectoidSegment>
- Specified by:
deepClone
in interfaceManagedGraphEntities<ConjugateConnectoidSegment>
- Specified by:
deepClone
in interfaceManagedIdEntities<ConjugateConnectoidSegment>
- Returns:
- clone of entities
-
deepCloneWithMapping
ConjugateConnectoidSegments deepCloneWithMapping(BiConsumer<ConjugateConnectoidSegment,ConjugateConnectoidSegment> mapper)
Deep clone implementation with mapping retained between original and copies created- Specified by:
deepCloneWithMapping
in interfaceGraphEntities<ConjugateConnectoidSegment>
- Specified by:
deepCloneWithMapping
in interfaceManagedGraphEntities<ConjugateConnectoidSegment>
- Specified by:
deepCloneWithMapping
in interfaceManagedIdEntities<ConjugateConnectoidSegment>
- Parameters:
mapper
- that is applied to each deep copy entity mapping pair of origin and copy- Returns:
- pair with deep copy of entities and mapping from original entities to deep copies of these entities
-
-