Interface Nodes
-
- All Superinterfaces:
Cloneable,GraphEntities<Node>,Iterable<Node>,LongMapWrapper<Node>,ManagedGraphEntities<Node>,ManagedIdEntities<Node>,MapWrapper<Long,Node>
- All Known Implementing Classes:
NodesImpl
public interface Nodes extends ManagedGraphEntities<Node>
Container class for primary managed nodes container and access to factory to create and register them on this instance- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nodesclone()Force clone implementationNodeFactorygetFactory()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
NodeFactory getFactory()
Factory to create instance of graph entity (for this container class)- Specified by:
getFactoryin interfaceGraphEntities<Node>- Specified by:
getFactoryin interfaceManagedIdEntities<Node>- Returns:
- entity factory
-
clone
Nodes clone()
Force clone implementation- Specified by:
clonein interfaceGraphEntities<Node>- Specified by:
clonein interfaceManagedGraphEntities<Node>- Specified by:
clonein interfaceManagedIdEntities<Node>- Specified by:
clonein interfaceMapWrapper<Long,Node>- Returns:
- clone of entities
-
-