Interface MacroscopicNetworkLayers
-
- All Superinterfaces:
Cloneable,Iterable<MacroscopicNetworkLayer>,LongMapWrapper<MacroscopicNetworkLayer>,ManagedIdEntities<MacroscopicNetworkLayer>,MapWrapper<Long,MacroscopicNetworkLayer>,TopologicalLayers<MacroscopicNetworkLayer>,TransportLayers<MacroscopicNetworkLayer>,UntypedDirectedGraphLayers<MacroscopicNetworkLayer>,UntypedPhysicalNetworkLayers<MacroscopicNetworkLayer>
- All Known Implementing Classes:
MacroscopicNetworkLayersImpl
public interface MacroscopicNetworkLayers extends UntypedPhysicalNetworkLayers<MacroscopicNetworkLayer>
interface to manage macroscopic physical network layers, i.e., layers that contain a topologically meaningful representation in the form of nodes and links- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MacroscopicNetworkLayersclone()clone containerMacroscopicNetworkLayerFactorygetFactory()Factory to create instance of managed id entity (for this container class)-
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.network.layers.TransportLayers
get, getByXmlId, getLayersOfType, isEachLayerEmpty, isNoLayers
-
Methods inherited from interface org.goplanit.utils.network.layers.UntypedPhysicalNetworkLayers
getNumberOfLinks, getNumberOfLinkSegments, getNumberOfNodes
-
-
-
-
Method Detail
-
getFactory
MacroscopicNetworkLayerFactory getFactory()
Factory to create instance of managed id entity (for this container class)- Specified by:
getFactoryin interfaceManagedIdEntities<MacroscopicNetworkLayer>- Returns:
- entity factory
-
clone
MacroscopicNetworkLayers clone()
clone container- Specified by:
clonein interfaceManagedIdEntities<MacroscopicNetworkLayer>- Specified by:
clonein interfaceMapWrapper<Long,MacroscopicNetworkLayer>- Specified by:
clonein interfaceTopologicalLayers<MacroscopicNetworkLayer>- Specified by:
clonein interfaceTransportLayers<MacroscopicNetworkLayer>- Specified by:
clonein interfaceUntypedDirectedGraphLayers<MacroscopicNetworkLayer>- Specified by:
clonein interfaceUntypedPhysicalNetworkLayers<MacroscopicNetworkLayer>- Returns:
- clone of entities
-
-