Package org.goplanit.network.layer
Class ServiceNetworkLayerFactoryImpl
- java.lang.Object
-
- org.goplanit.utils.id.ManagedIdEntityFactoryImpl<ServiceNetworkLayer>
-
- org.goplanit.network.layer.ServiceNetworkLayerFactoryImpl
-
- All Implemented Interfaces:
ManagedIdEntityFactory<ServiceNetworkLayer>,ServiceNetworkLayerFactory
public class ServiceNetworkLayerFactoryImpl extends ManagedIdEntityFactoryImpl<ServiceNetworkLayer> implements ServiceNetworkLayerFactory
Factory for creating service network layer instances- Author:
- markr
-
-
Field Summary
-
Fields inherited from class org.goplanit.utils.id.ManagedIdEntityFactoryImpl
groupIdToken
-
-
Constructor Summary
Constructors Constructor Description ServiceNetworkLayerFactoryImpl(IdGroupingToken groupIdToken, ServiceNetworkLayersImpl container)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceNetworkLayerregisterNew(MacroscopicNetworkLayer parentLayer)Create a new service network layer-
Methods inherited from class org.goplanit.utils.id.ManagedIdEntityFactoryImpl
createUniqueCopyOf, getIdGroupingToken, setIdGroupingToken
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.goplanit.utils.id.ManagedIdEntityFactory
createUniqueCopyOf, getIdGroupingToken, setIdGroupingToken
-
-
-
-
Constructor Detail
-
ServiceNetworkLayerFactoryImpl
public ServiceNetworkLayerFactoryImpl(IdGroupingToken groupIdToken, ServiceNetworkLayersImpl container)
Constructor- Parameters:
groupIdToken- to usecontainer- to use
-
-
Method Detail
-
registerNew
public ServiceNetworkLayer registerNew(MacroscopicNetworkLayer parentLayer)
Create a new service network layer- Specified by:
registerNewin interfaceServiceNetworkLayerFactory- Parameters:
parentLayer- this service layer is built upon- Returns:
- created service layer
-
-