Interface ServiceLegSegments
-
- All Superinterfaces:
Cloneable
,GraphEntities<ServiceLegSegment>
,Iterable<ServiceLegSegment>
,LongMapWrapper<ServiceLegSegment>
,ManagedGraphEntities<ServiceLegSegment>
,ManagedIdEntities<ServiceLegSegment>
,MapWrapper<Long,ServiceLegSegment>
- All Known Implementing Classes:
ServiceLegSegmentsImpl
public interface ServiceLegSegments extends ManagedGraphEntities<ServiceLegSegment>
Container for service leg segments- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceLegSegments
clone()
Force clone implementationServiceLegSegmentFactory
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
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
ServiceLegSegmentFactory getFactory()
Factory to create instance of graph entity (for this container class)- Specified by:
getFactory
in interfaceGraphEntities<ServiceLegSegment>
- Specified by:
getFactory
in interfaceManagedIdEntities<ServiceLegSegment>
- Returns:
- entity factory
-
clone
ServiceLegSegments clone()
Force clone implementation- Specified by:
clone
in interfaceGraphEntities<ServiceLegSegment>
- Specified by:
clone
in interfaceManagedGraphEntities<ServiceLegSegment>
- Specified by:
clone
in interfaceManagedIdEntities<ServiceLegSegment>
- Specified by:
clone
in interfaceMapWrapper<Long,ServiceLegSegment>
- Returns:
- clone of entities
-
-