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 MacroscopicNetworkLayersImpl
MacroscopicNetwork. 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 MacroscopicNetworkLayersImpl
MacroscopicNetworkLayersImpl. 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 MacroscopicNetworkLayersImpl Constructor Description MacroscopicNetworkLayersImpl(MacroscopicNetworkLayersImpl other)
Constructor
-