Interface ServiceNetworkLayers
-
- All Superinterfaces:
Cloneable
,Iterable<ServiceNetworkLayer>
,LongMapWrapper<ServiceNetworkLayer>
,ManagedIdEntities<ServiceNetworkLayer>
,MapWrapper<Long,ServiceNetworkLayer>
,TopologicalLayers<ServiceNetworkLayer>
,TransportLayers<ServiceNetworkLayer>
,UntypedDirectedGraphLayers<ServiceNetworkLayer>
- All Known Implementing Classes:
ServiceNetworkLayersImpl
public interface ServiceNetworkLayers extends UntypedDirectedGraphLayers<ServiceNetworkLayer>
interface to manage service network layers, i.e., layers that contain service networks on top of other network layers- Author:
- markr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceNetworkLayers
clone()
clone containerServiceNetworkLayerFactory
getFactory()
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
-
-
-
-
Method Detail
-
getFactory
ServiceNetworkLayerFactory getFactory()
Factory to create instance of managed id entity (for this container class)- Specified by:
getFactory
in interfaceManagedIdEntities<ServiceNetworkLayer>
- Returns:
- entity factory
-
clone
ServiceNetworkLayers clone()
clone container- Specified by:
clone
in interfaceManagedIdEntities<ServiceNetworkLayer>
- Specified by:
clone
in interfaceMapWrapper<Long,ServiceNetworkLayer>
- Specified by:
clone
in interfaceTopologicalLayers<ServiceNetworkLayer>
- Specified by:
clone
in interfaceTransportLayers<ServiceNetworkLayer>
- Specified by:
clone
in interfaceUntypedDirectedGraphLayers<ServiceNetworkLayer>
- Returns:
- clone of entities
-
-