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