Uses of Class
org.goplanit.network.layers.ServiceNetworkLayersImpl
-
Packages that use ServiceNetworkLayersImpl Package Description org.goplanit.network.layer org.goplanit.network.layers -
-
Uses of ServiceNetworkLayersImpl in org.goplanit.network.layer
Constructors in org.goplanit.network.layer with parameters of type ServiceNetworkLayersImpl Constructor Description ServiceNetworkLayerFactoryImpl(IdGroupingToken groupIdToken, ServiceNetworkLayersImpl container)
Constructor -
Uses of ServiceNetworkLayersImpl in org.goplanit.network.layers
Methods in org.goplanit.network.layers that return ServiceNetworkLayersImpl Modifier and Type Method Description ServiceNetworkLayersImpl
ServiceNetworkLayersImpl. clone()
Each map wrapper should be cloneable where the contents are references of the original where possible but the underlying map itself is newly createdConstructors in org.goplanit.network.layers with parameters of type ServiceNetworkLayersImpl Constructor Description ServiceNetworkLayersImpl(ServiceNetworkLayersImpl serviceNetworkLayersImpl)
Copy constructor
-