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 class
TopologicalLayerNetwork<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 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. -
Uses of TopologicalLayers in org.goplanit.utils.network.layers
Subinterfaces of TopologicalLayers in org.goplanit.utils.network.layers Modifier and Type Interface Description interface
MacroscopicNetworkLayers
interface to manage macroscopic physical network layers, i.e., layers that contain a topologically meaningful representation in the form of nodes and linksinterface
ServiceNetworkLayers
interface to manage service network layers, i.e., layers that contain service networks on top of other network layersinterface
UntypedDirectedGraphLayers<L extends UntypedDirectedGraphLayer<?,?,?>>
Interface to manage physical network layers, i.e., layers that contain a topologically meaningful representation in the form of nodes and linksinterface
UntypedPhysicalNetworkLayers<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
-