Package org.goplanit.network.virtual
Class ConnectoidEdgesImpl
- java.lang.Object
-
- org.goplanit.utils.wrapper.MapWrapperImpl<Long,V>
-
- org.goplanit.utils.wrapper.LongMapWrapperImpl<E>
-
- org.goplanit.utils.id.ManagedIdEntitiesImpl<ConnectoidEdge>
-
- org.goplanit.network.virtual.ConnectoidEdgesImpl
-
- All Implemented Interfaces:
Cloneable,Iterable<ConnectoidEdge>,GraphEntities<ConnectoidEdge>,ManagedIdEntities<ConnectoidEdge>,ConnectoidEdges,LongMapWrapper<ConnectoidEdge>,MapWrapper<Long,ConnectoidEdge>
public class ConnectoidEdgesImpl extends ManagedIdEntitiesImpl<ConnectoidEdge> implements ConnectoidEdges
Connectoid edge container implementation- Author:
- markr
-
-
Field Summary
-
Fields inherited from class org.goplanit.utils.id.ManagedIdEntitiesImpl
managedIdClass
-
-
Constructor Summary
Constructors Constructor Description ConnectoidEdgesImpl(ConnectoidEdgesImpl connectoidSegmentImpl)Copy constructorConnectoidEdgesImpl(IdGroupingToken groupId)ConstructorConnectoidEdgesImpl(IdGroupingToken groupId, ConnectoidEdgeFactory connectoidEdgeFactory)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()clear the containerConnectoidEdgesImplclone()Each map wrapper should be cloneable where the contents are references of the original where possible but the underlying map itself is newly createdConnectoidEdgeFactorygetFactory()Factory to create instance of graph entity (for this container class)voidrecreateIds(boolean resetManagedIdClass)Recreate the ids for all registered entities with or without resetting-
Methods inherited from class org.goplanit.utils.id.ManagedIdEntitiesImpl
getManagedIdClass, reset, updateIdMapping
-
Methods inherited from class org.goplanit.utils.wrapper.LongMapWrapperImpl
containsKey, get, remove
-
Methods inherited from class org.goplanit.utils.wrapper.MapWrapperImpl
contains, createEmptyInstance, findFirst, get, getKeyByValue, getMap, getValueToKey, isEmpty, iterator, register, remove, setMap, size, toCollection, valuesAsNewSet
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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, recreateIds
-
Methods inherited from interface org.goplanit.utils.wrapper.MapWrapper
addAll, contains, findFirst, forEachIn, get, getFirst, getKeyByValue, isEmpty, register, remove, size, toCollection, valuesAsNewSet
-
-
-
-
Constructor Detail
-
ConnectoidEdgesImpl
public ConnectoidEdgesImpl(IdGroupingToken groupId)
Constructor- Parameters:
groupId- to use for creating ids for instances
-
ConnectoidEdgesImpl
public ConnectoidEdgesImpl(IdGroupingToken groupId, ConnectoidEdgeFactory connectoidEdgeFactory)
Constructor- Parameters:
groupId- to use for creating ids for instancesconnectoidEdgeFactory- the factory to use
-
ConnectoidEdgesImpl
public ConnectoidEdgesImpl(ConnectoidEdgesImpl connectoidSegmentImpl)
Copy constructor- Parameters:
connectoidSegmentImpl- to copy
-
-
Method Detail
-
getFactory
public ConnectoidEdgeFactory getFactory()
Factory to create instance of graph entity (for this container class)- Specified by:
getFactoryin interfaceConnectoidEdges- Specified by:
getFactoryin interfaceGraphEntities<ConnectoidEdge>- Specified by:
getFactoryin interfaceManagedIdEntities<ConnectoidEdge>- Returns:
- entity factory
-
recreateIds
public void recreateIds(boolean resetManagedIdClass)
Recreate the ids for all registered entities with or without resetting- Specified by:
recreateIdsin interfaceManagedIdEntities<ConnectoidEdge>- Overrides:
recreateIdsin classManagedIdEntitiesImpl<ConnectoidEdge>- Parameters:
resetManagedIdClass- when true we reset the managedId's counter to zero (via its id class) before recreating the ids, otherwise we simply recreate the managed id by starting with the next available id without resetting
-
clone
public ConnectoidEdgesImpl clone()
Each map wrapper should be cloneable where the contents are references of the original where possible but the underlying map itself is newly created- Specified by:
clonein interfaceConnectoidEdges- Specified by:
clonein interfaceGraphEntities<ConnectoidEdge>- Specified by:
clonein interfaceManagedIdEntities<ConnectoidEdge>- Specified by:
clonein interfaceMapWrapper<Long,ConnectoidEdge>- Specified by:
clonein classManagedIdEntitiesImpl<ConnectoidEdge>- Returns:
- copy
-
clear
public void clear()
clear the container- Specified by:
clearin interfaceMapWrapper<Long,ConnectoidEdge>- Overrides:
clearin classMapWrapperImpl<Long,ConnectoidEdge>
-
-