Package org.goplanit.utils.zoning
Interface Connectoids<T extends Connectoid>
-
- All Superinterfaces:
Cloneable
,EventListener
,EventListener
,Iterable<T>
,LongMapWrapper<T>
,ManagedIdEntities<T>
,MapWrapper<Long,T>
,ZoningModifierListener
- All Known Subinterfaces:
DirectedConnectoids
,UndirectedConnectoids
- All Known Implementing Classes:
ConnectoidsImpl
,DirectedConnectoidsImpl
,UndirectedConnectoidsImpl
public interface Connectoids<T extends Connectoid> extends ManagedIdEntities<T>, ZoningModifierListener
Container to register and manager connectoids that define the points of access for zones regarding infrastructure network (layer)- Author:
- markr
-
-
Method Summary
-
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
clone, containsKey, getFactory, 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
-
-