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 classServiceNetworkLayerFactoryImplFactory 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 ServiceNetworkLayerFactoryServiceNetworkLayersImpl. factoryfactory to use for creating layer instancesMethods in org.goplanit.network.layers that return ServiceNetworkLayerFactory Modifier and Type Method Description ServiceNetworkLayerFactoryServiceNetworkLayersImpl. 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 ServiceNetworkLayerFactoryServiceNetworkLayers. getFactory()Factory to create instance of managed id entity (for this container class)
-