Uses of Interface
org.goplanit.utils.network.layers.NetworkLayers
-
Packages that use NetworkLayers Package Description org.goplanit.network org.goplanit.network.layers org.goplanit.utils.network.layers -
-
Uses of NetworkLayers in org.goplanit.network
Classes in org.goplanit.network with type parameters of type NetworkLayers Modifier and Type Class Description classLayeredNetwork<U extends NetworkLayer,T extends NetworkLayers<U>>A transport network with one or more layers. -
Uses of NetworkLayers in org.goplanit.network.layers
Classes in org.goplanit.network.layers that implement NetworkLayers Modifier and Type Class Description classMacroscopicNetworkLayersImplImplementation of container and factory to manager layers.classServiceNetworkLayersImplImplementation of container and factory to manage service network layers.classTopologicalLayersImpl<T extends TopologicalLayer>implementation of the transport layers interface, without the createNew() method, but now with base layer class of TopologicalLayerclassTransportLayersImpl<T extends NetworkLayer>Base implementation of the TransportLayer interface, without the createNew() methodclassUntypedPhysicalNetworkLayersImpl<L extends UntypedPhysicalLayer<?,?,?>>Implementation of container and factory to manage physical network layers. -
Uses of NetworkLayers in org.goplanit.utils.network.layers
Subinterfaces of NetworkLayers in org.goplanit.utils.network.layers Modifier and Type Interface Description interfaceMacroscopicNetworkLayersinterface to manage macroscopic physical network layers, i.e., layers that contain a topologically meaningful representation in the form of nodes and linksinterfaceServiceNetworkLayersinterface to manage service network layers, i.e., layers that contain service networks on top of other network layersinterfaceTopologicalLayers<T extends TopologicalLayer>interface to manage topological layers, i.e., layers that contain a topologically meaningful representation, without enforcing how this is implemented.interfaceUntypedDirectedGraphLayers<L extends UntypedDirectedGraphLayer<?,?,?>>Interface to manage physical network layers, i.e., layers that contain a topologically meaningful representation in the form of nodes and linksinterfaceUntypedPhysicalNetworkLayers<L extends UntypedPhysicalLayer<?,?,?>>Interface to manage physical network layers, i.e., layers that contain a topologically meaningful representation in the form of nodes and linksMethods in org.goplanit.utils.network.layers that return NetworkLayers Modifier and Type Method Description NetworkLayers<T>NetworkLayers. deepClone()Deep clone implementationNetworkLayers<T>NetworkLayers. deepCloneWithMapping(BiConsumer<T,T> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapperNetworkLayers<T>NetworkLayers. shallowClone()Shallow clone implementation
-