Uses of Interface
org.goplanit.utils.network.layers.ServiceNetworkLayerFactory
-
Packages that use ServiceNetworkLayerFactory Package Description org.goplanit.network.layer.service org.goplanit.network.layers org.goplanit.utils.network.layers -
-
Uses of ServiceNetworkLayerFactory in org.goplanit.network.layer.service
Classes in org.goplanit.network.layer.service that implement ServiceNetworkLayerFactory Modifier and Type Class Description class
ServiceNetworkLayerFactoryImpl
Factory for creating service network layer instances -
Uses of ServiceNetworkLayerFactory in org.goplanit.network.layers
Fields in org.goplanit.network.layers declared as ServiceNetworkLayerFactory Modifier and Type Field Description protected ServiceNetworkLayerFactory
ServiceNetworkLayersImpl. factory
factory to use for creating layer instancesMethods in org.goplanit.network.layers that return ServiceNetworkLayerFactory Modifier and Type Method Description ServiceNetworkLayerFactory
ServiceNetworkLayersImpl. getFactory()
Factory to create instance of managed id entity (for this container class) -
Uses of ServiceNetworkLayerFactory in org.goplanit.utils.network.layers
Methods in org.goplanit.utils.network.layers that return ServiceNetworkLayerFactory Modifier and Type Method Description ServiceNetworkLayerFactory
ServiceNetworkLayers. getFactory()
Factory to create instance of managed id entity (for this container class)
-