Package org.goplanit.utils.graph
Interface ManagedGraphEntities<E extends GraphEntity>
-
- Type Parameters:
E
- type of graph entity
- All Superinterfaces:
Cloneable
,GraphEntities<E>
,Iterable<E>
,LongMapWrapper<E>
,ManagedIdEntities<E>
,MapWrapper<Long,E>
- All Known Subinterfaces:
Links
,MacroscopicLinkSegments
,Nodes
,ServiceLegs
,ServiceLegSegments
,ServiceNodes
- All Known Implementing Classes:
LinksImpl
,MacroscopicLinkSegmentsImpl
,NodesImpl
,ServiceLegSegmentsImpl
,ServiceLegsImpl
,ServiceNodesImpl
public interface ManagedGraphEntities<E extends GraphEntity> extends GraphEntities<E>, ManagedIdEntities<E>
Container class for any graph entities and a factory to create them- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedGraphEntities<E>
clone()
Force clone implementation-
Methods inherited from interface org.goplanit.utils.graph.GraphEntities
forEachMatchingIdIn, getByExternalId, getByXmlId, getFactory
-
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, getFactory, 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
-
clone
ManagedGraphEntities<E> clone()
Force clone implementation- Specified by:
clone
in interfaceGraphEntities<E extends GraphEntity>
- Specified by:
clone
in interfaceManagedIdEntities<E extends GraphEntity>
- Specified by:
clone
in interfaceMapWrapper<Long,E extends GraphEntity>
- Returns:
- clone of entities
-
-