Uses of Class
org.goplanit.network.layers.MacroscopicNetworkLayersImpl
-
Packages that use MacroscopicNetworkLayersImpl Package Description org.goplanit.network org.goplanit.network.layers -
-
Uses of MacroscopicNetworkLayersImpl in org.goplanit.network
Methods in org.goplanit.network that return MacroscopicNetworkLayersImpl Modifier and Type Method Description protected MacroscopicNetworkLayersImplMacroscopicNetwork. createLayersContainer(IdGroupingToken networkIdToken)Derived type is to provide the actual layer implementations -
Uses of MacroscopicNetworkLayersImpl in org.goplanit.network.layers
Methods in org.goplanit.network.layers that return MacroscopicNetworkLayersImpl Modifier and Type Method Description MacroscopicNetworkLayersImplMacroscopicNetworkLayersImpl. deepClone()Deep clone implementationMacroscopicNetworkLayersImplMacroscopicNetworkLayersImpl. deepCloneWithMapping(BiConsumer<MacroscopicNetworkLayer,MacroscopicNetworkLayer> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapperMacroscopicNetworkLayersImplMacroscopicNetworkLayersImpl. 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 MacroscopicNetworkLayersImpl Constructor Description MacroscopicNetworkLayersImpl(MacroscopicNetworkLayersImpl other, boolean deepCopy, BiConsumer<MacroscopicNetworkLayer,MacroscopicNetworkLayer> mapper)Constructor, also creates new factory with this as its underlying container
-