Uses of Class
org.goplanit.network.layers.ServiceNetworkLayersImpl
-
Packages that use ServiceNetworkLayersImpl Package Description org.goplanit.network.layer.service org.goplanit.network.layers -
-
Uses of ServiceNetworkLayersImpl in org.goplanit.network.layer.service
Constructors in org.goplanit.network.layer.service 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. deepClone()
Deep clone implementationServiceNetworkLayersImpl
ServiceNetworkLayersImpl. deepCloneWithMapping(BiConsumer<ServiceNetworkLayer,ServiceNetworkLayer> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperServiceNetworkLayersImpl
ServiceNetworkLayersImpl. shallowClone()
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 other, boolean deepCopy, BiConsumer<ServiceNetworkLayer,ServiceNetworkLayer> mapper)
Copy constructor, also creates new factory with this as its underlying container
-