Uses of Interface
org.goplanit.utils.network.layers.MacroscopicNetworkLayers
-
Packages that use MacroscopicNetworkLayers Package Description org.goplanit.network.layer.macroscopic Macroscopic physical network component object classesorg.goplanit.network.layers org.goplanit.utils.network.layers -
-
Uses of MacroscopicNetworkLayers in org.goplanit.network.layer.macroscopic
Methods in org.goplanit.network.layer.macroscopic with parameters of type MacroscopicNetworkLayers Modifier and Type Method Description static MacroscopicGridNetworkLayerGenerator
MacroscopicGridNetworkLayerGenerator. create(int rows, int columns, MacroscopicNetworkLayers layersContainer, Mode... modes)
create the generator with a number of rows and columns.Constructors in org.goplanit.network.layer.macroscopic with parameters of type MacroscopicNetworkLayers Constructor Description MacroscopicGridNetworkLayerGenerator(int rows, int columns, MacroscopicNetworkLayers layersContainer, Mode... modes)
ConstructorMacroscopicNetworkLayerFactoryImpl(IdGroupingToken groupIdToken, MacroscopicNetworkLayers container)
Constructor -
Uses of MacroscopicNetworkLayers in org.goplanit.network.layers
Classes in org.goplanit.network.layers that implement MacroscopicNetworkLayers Modifier and Type Class Description class
MacroscopicNetworkLayersImpl
Implementation of container and factory to manager layers. -
Uses of MacroscopicNetworkLayers in org.goplanit.utils.network.layers
Methods in org.goplanit.utils.network.layers that return MacroscopicNetworkLayers Modifier and Type Method Description MacroscopicNetworkLayers
MacroscopicNetworkLayers. deepClone()
Deep clone implementationMacroscopicNetworkLayers
MacroscopicNetworkLayers. shallowClone()
Shallow clone implementation
-