Interface ConnectoidSegments
-
- All Superinterfaces:
Cloneable
,GraphEntities<ConnectoidSegment>
,Iterable<ConnectoidSegment>
,LongMapWrapper<ConnectoidSegment>
,MapWrapper<Long,ConnectoidSegment>
- All Known Implementing Classes:
ConnectoidSegmentsImpl
public interface ConnectoidSegments extends GraphEntities<ConnectoidSegment>
Container to register and manager connectoids that define the points of access for zones regarding infrastructure network (layer)- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectoidSegments
clone()
Force clone implementationConnectoidSegmentFactory
getFactory()
Factory to create instance of graph entity (for this container class)-
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
containsKey, get, remove
-
Methods inherited from interface org.goplanit.utils.wrapper.MapWrapper
addAll, clear, contains, findFirst, forEachIn, get, getFirst, getKeyByValue, isEmpty, register, remove, size, toCollection, valuesAsNewSet
-
-
-
-
Method Detail
-
getFactory
ConnectoidSegmentFactory getFactory()
Factory to create instance of graph entity (for this container class)- Specified by:
getFactory
in interfaceGraphEntities<ConnectoidSegment>
- Returns:
- entity factory
-
clone
ConnectoidSegments clone()
Force clone implementation- Specified by:
clone
in interfaceGraphEntities<ConnectoidSegment>
- Specified by:
clone
in interfaceMapWrapper<Long,ConnectoidSegment>
- Returns:
- clone of entities
-
-