Package org.goplanit.utils.zoning
Interface DirectedConnectoids
-
- All Superinterfaces:
Cloneable
,Connectoids<DirectedConnectoid>
,EventListener
,EventListener
,Iterable<DirectedConnectoid>
,LongMapWrapper<DirectedConnectoid>
,ManagedIdEntities<DirectedConnectoid>
,MapWrapper<Long,DirectedConnectoid>
,ZoningModifierListener
- All Known Implementing Classes:
DirectedConnectoidsImpl
public interface DirectedConnectoids extends Connectoids<DirectedConnectoid>
container and factory class for directed connectoids- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DirectedConnectoids
clone()
Force clone implementationDirectedConnectoidFactory
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
DirectedConnectoidFactory getFactory()
Factory to create instance of managed id entity (for this container class)- Specified by:
getFactory
in interfaceManagedIdEntities<DirectedConnectoid>
- Returns:
- entity factory
-
clone
DirectedConnectoids clone()
Force clone implementation- Specified by:
clone
in interfaceManagedIdEntities<DirectedConnectoid>
- Specified by:
clone
in interfaceMapWrapper<Long,DirectedConnectoid>
- Returns:
- clone of entities
-
-