Uses of Class
org.goplanit.network.layers.TopologicalLayersImpl
-
Packages that use TopologicalLayersImpl Package Description org.goplanit.network.layers -
-
Uses of TopologicalLayersImpl in org.goplanit.network.layers
Subclasses of TopologicalLayersImpl in org.goplanit.network.layers Modifier and Type Class Description classMacroscopicNetworkLayersImplImplementation of container and factory to manager layers.classServiceNetworkLayersImplImplementation of container and factory to manage service network layers.classUntypedPhysicalNetworkLayersImpl<L extends UntypedPhysicalLayer<?,?,?>>Implementation of container and factory to manage physical network layers.Methods in org.goplanit.network.layers that return TopologicalLayersImpl Modifier and Type Method Description abstract TopologicalLayersImpl<T>TopologicalLayersImpl. 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 TopologicalLayersImpl Constructor Description TopologicalLayersImpl(TopologicalLayersImpl<T> other)Constructor
-