Uses of Interface
org.goplanit.utils.network.layers.MacroscopicNetworkLayerFactory
-
Packages that use MacroscopicNetworkLayerFactory Package Description org.goplanit.network.layer.macroscopic Macroscopic physical network component object classesorg.goplanit.network.layers org.goplanit.utils.network.layers -
-
Uses of MacroscopicNetworkLayerFactory in org.goplanit.network.layer.macroscopic
Classes in org.goplanit.network.layer.macroscopic that implement MacroscopicNetworkLayerFactory Modifier and Type Class Description class
MacroscopicNetworkLayerFactoryImpl
Factory for creating macroscopic network layer instances -
Uses of MacroscopicNetworkLayerFactory in org.goplanit.network.layers
Fields in org.goplanit.network.layers declared as MacroscopicNetworkLayerFactory Modifier and Type Field Description protected MacroscopicNetworkLayerFactory
MacroscopicNetworkLayersImpl. factory
factory to use for creating layer instancesMethods in org.goplanit.network.layers that return MacroscopicNetworkLayerFactory Modifier and Type Method Description MacroscopicNetworkLayerFactory
MacroscopicNetworkLayersImpl. getFactory()
Factory to create instance of managed id entity (for this container class) -
Uses of MacroscopicNetworkLayerFactory in org.goplanit.utils.network.layers
Methods in org.goplanit.utils.network.layers that return MacroscopicNetworkLayerFactory Modifier and Type Method Description MacroscopicNetworkLayerFactory
MacroscopicNetworkLayers. getFactory()
Factory to create instance of managed id entity (for this container class)
-