Uses of Class
org.goplanit.network.layers.TransportLayersImpl
-
Packages that use TransportLayersImpl Package Description org.goplanit.network.layers -
-
Uses of TransportLayersImpl in org.goplanit.network.layers
Subclasses of TransportLayersImpl in org.goplanit.network.layers Modifier and Type Class Description class
MacroscopicNetworkLayersImpl
Implementation of container and factory to manager layers.class
ServiceNetworkLayersImpl
Implementation of container and factory to manage service network layers.class
TopologicalLayersImpl<T extends TopologicalLayer>
implementation of the transport layers interface, without the createNew() method, but now with base layer class of TopologicalLayerclass
UntypedPhysicalNetworkLayersImpl<L extends UntypedPhysicalLayer<?,?,?>>
Implementation of container and factory to manage physical network layers.Methods in org.goplanit.network.layers that return TransportLayersImpl Modifier and Type Method Description abstract TransportLayersImpl<T>
TransportLayersImpl. deepClone()
Deep clone implementationabstract TransportLayersImpl<T>
TransportLayersImpl. deepCloneWithMapping(BiConsumer<T,T> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperabstract TransportLayersImpl<T>
TransportLayersImpl. 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 TransportLayersImpl Constructor Description TransportLayersImpl(TransportLayersImpl<T> other, boolean deepCopy, BiConsumer<T,T> mapper)
Constructor
-