Package org.goplanit.utils.zoning
Interface UndirectedConnectoids
-
- All Superinterfaces:
Cloneable
,Connectoids<UndirectedConnectoid>
,EventListener
,EventListener
,Iterable<UndirectedConnectoid>
,LongMapWrapper<UndirectedConnectoid>
,ManagedIdEntities<UndirectedConnectoid>
,MapWrapper<Long,UndirectedConnectoid>
,ZoningModifierListener
- All Known Implementing Classes:
UndirectedConnectoidsImpl
public interface UndirectedConnectoids extends Connectoids<UndirectedConnectoid>
container and factory class for undirected connectoids- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UndirectedConnectoids
clone()
Force clone implementationUndirectedConnectoidFactory
getFactory()
Factory to create instance of managed id entity (for this container class)-
Methods inherited from interface org.goplanit.utils.event.EventListener
getKnownSupportedEventTypes, hasKnownSupportedEventTypes
-
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
-
Methods inherited from interface org.goplanit.utils.zoning.modifier.event.ZoningModifierListener
onZoningModifierEvent
-
-
-
-
Method Detail
-
getFactory
UndirectedConnectoidFactory getFactory()
Factory to create instance of managed id entity (for this container class)- Specified by:
getFactory
in interfaceManagedIdEntities<UndirectedConnectoid>
- Returns:
- entity factory
-
clone
UndirectedConnectoids clone()
Force clone implementation- Specified by:
clone
in interfaceManagedIdEntities<UndirectedConnectoid>
- Specified by:
clone
in interfaceMapWrapper<Long,UndirectedConnectoid>
- Returns:
- clone of entities
-
-