Interface LinkSegments
-
- All Superinterfaces:
Cloneable,GraphEntities<LinkSegment>,Iterable<LinkSegment>,LongMapWrapper<LinkSegment>,ManagedIdEntities<LinkSegment>,MapWrapper<Long,LinkSegment>
- All Known Implementing Classes:
LinkSegmentsImpl
public interface LinkSegments extends GraphEntities<LinkSegment>, ManagedIdEntities<LinkSegment>
Primary managed container for linkSegments explicitly and create them on the container via its dedicated factory class- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkSegmentsclone()Force clone implementationLinkSegmentFactorygetFactory()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
get, remove
-
Methods inherited from interface org.goplanit.utils.id.ManagedIdEntities
containsKey, getManagedIdClass, recreateIds, recreateIds, reset
-
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
LinkSegmentFactory getFactory()
Factory to create instance of graph entity (for this container class)- Specified by:
getFactoryin interfaceGraphEntities<LinkSegment>- Specified by:
getFactoryin interfaceManagedIdEntities<LinkSegment>- Returns:
- entity factory
-
clone
LinkSegments clone()
Force clone implementation- Specified by:
clonein interfaceGraphEntities<LinkSegment>- Specified by:
clonein interfaceManagedIdEntities<LinkSegment>- Specified by:
clonein interfaceMapWrapper<Long,LinkSegment>- Returns:
- clone of entities
-
-