Package org.goplanit.network.layer
Class MacroscopicNetworkLayerFactoryImpl
- java.lang.Object
-
- org.goplanit.utils.id.ManagedIdEntityFactoryImpl<MacroscopicNetworkLayer>
-
- org.goplanit.network.layer.MacroscopicNetworkLayerFactoryImpl
-
- All Implemented Interfaces:
ManagedIdEntityFactory<MacroscopicNetworkLayer>
,MacroscopicNetworkLayerFactory
public class MacroscopicNetworkLayerFactoryImpl extends ManagedIdEntityFactoryImpl<MacroscopicNetworkLayer> implements MacroscopicNetworkLayerFactory
Factory for creating macroscopic network layer instances- Author:
- markr
-
-
Field Summary
-
Fields inherited from class org.goplanit.utils.id.ManagedIdEntityFactoryImpl
groupIdToken
-
-
Constructor Summary
Constructors Constructor Description MacroscopicNetworkLayerFactoryImpl(IdGroupingToken groupIdToken, MacroscopicNetworkLayers container)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MacroscopicNetworkLayer
registerNew()
Create a new macroscopic network layer instanceMacroscopicNetworkLayer
registerNew(Mode... supportedModes)
Create a new macroscopic network layer instance-
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
-
MacroscopicNetworkLayerFactoryImpl
public MacroscopicNetworkLayerFactoryImpl(IdGroupingToken groupIdToken, MacroscopicNetworkLayers container)
Constructor- Parameters:
groupIdToken
- to usecontainer
- to use for network layers
-
-
Method Detail
-
registerNew
public MacroscopicNetworkLayer registerNew()
Create a new macroscopic network layer instance- Specified by:
registerNew
in interfaceMacroscopicNetworkLayerFactory
- Returns:
- created instance
-
registerNew
public MacroscopicNetworkLayer registerNew(Mode... supportedModes)
Create a new macroscopic network layer instance- Specified by:
registerNew
in interfaceMacroscopicNetworkLayerFactory
- Parameters:
supportedModes
- to use- Returns:
- created instance
-
-