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 ServiceNetworkLayersclone()clone containerServiceNetworkLayerFactorygetFactory()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:
getFactoryin interfaceManagedIdEntities<ServiceNetworkLayer>- Returns:
- entity factory
-
clone
ServiceNetworkLayers clone()
clone container- Specified by:
clonein interfaceManagedIdEntities<ServiceNetworkLayer>- Specified by:
clonein interfaceMapWrapper<Long,ServiceNetworkLayer>- Specified by:
clonein interfaceTopologicalLayers<ServiceNetworkLayer>- Specified by:
clonein interfaceTransportLayers<ServiceNetworkLayer>- Specified by:
clonein interfaceUntypedDirectedGraphLayers<ServiceNetworkLayer>- Returns:
- clone of entities
-
-