Uses of Interface
org.goplanit.utils.network.layers.TopologicalLayers
-
Packages that use TopologicalLayers Package Description org.goplanit.network org.goplanit.network.layers org.goplanit.utils.network.layers -
-
Uses of TopologicalLayers in org.goplanit.network
Classes in org.goplanit.network with type parameters of type TopologicalLayers Modifier and Type Class Description classTopologicalLayerNetwork<T extends TopologicalLayer,U extends TopologicalLayers<T>>A network with topological transport layers, meaning that apart from representing a physical reality the result is topologically meaningful, has nodes, links, and some geographic notion via a coordinate reference system -
Uses of TopologicalLayers in org.goplanit.network.layers
Classes in org.goplanit.network.layers that implement TopologicalLayers 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 TopologicalLayerclassUntypedPhysicalNetworkLayersImpl<L extends UntypedPhysicalLayer<?,?,?>>Implementation of container and factory to manage physical network layers. -
Uses of TopologicalLayers in org.goplanit.utils.network.layers
Subinterfaces of TopologicalLayers 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 layersinterfaceUntypedDirectedGraphLayers<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 TopologicalLayers Modifier and Type Method Description TopologicalLayers<T>TopologicalLayers. clone()clone container
-