Uses of Interface
org.goplanit.utils.network.layer.TopologicalLayer
-
Packages that use TopologicalLayer Package Description org.goplanit.network org.goplanit.network.layer org.goplanit.network.layer.macroscopic Macroscopic physical network component object classesorg.goplanit.network.layer.physical Physical network component object classesorg.goplanit.network.layer.service org.goplanit.network.layers org.goplanit.utils.network.layer org.goplanit.utils.network.layer.physical org.goplanit.utils.network.layers -
-
Uses of TopologicalLayer in org.goplanit.network
Classes in org.goplanit.network with type parameters of type TopologicalLayer 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 TopologicalLayer in org.goplanit.network.layer
Classes in org.goplanit.network.layer that implement TopologicalLayer Modifier and Type Class Description classTopologicalLayerImplAn transport layer that is of a topological nature, i.e., it has node, links, etc.classUntypedNetworkLayerImpl<V extends DirectedVertex,E extends DirectedEdge,S extends EdgeSegment>Model free network layer consisting of containers for vertices, edges, and edge segments each of which can be typed separately. -
Uses of TopologicalLayer in org.goplanit.network.layer.macroscopic
Classes in org.goplanit.network.layer.macroscopic that implement TopologicalLayer Modifier and Type Class Description classConjugateMacroscopicNetworkLayerImplConjugate of macroscopic physical Network (layer), i.e.classMacroscopicNetworkLayerImplMacroscopic physical Network (layer) that supports one or more modes and link segment types, where the modes are registered on the network (Infrastructure network) level -
Uses of TopologicalLayer in org.goplanit.network.layer.physical
Classes in org.goplanit.network.layer.physical that implement TopologicalLayer Modifier and Type Class Description classUntypedPhysicalLayerImpl<N extends Node,L extends Link,LS extends LinkSegment>Model free Network consisting of managed nodes, links, and link segments, each of which can be iterated over. -
Uses of TopologicalLayer in org.goplanit.network.layer.service
Classes in org.goplanit.network.layer.service that implement TopologicalLayer Modifier and Type Class Description classServiceNetworkLayerImplA service network layer is built on top of a physical network (layer). -
Uses of TopologicalLayer in org.goplanit.network.layers
Classes in org.goplanit.network.layers with type parameters of type TopologicalLayer Modifier and Type Class Description classTopologicalLayersImpl<T extends TopologicalLayer>implementation of the transport layers interface, without the createNew() method, but now with base layer class of TopologicalLayer -
Uses of TopologicalLayer in org.goplanit.utils.network.layer
Subinterfaces of TopologicalLayer in org.goplanit.utils.network.layer Modifier and Type Interface Description interfaceConjugateMacroscopicNetworkLayerConjugate Macroscopic physical network layer consisting of conjugate nodes, conjugate links and conjugate macroscopic link segments.interfaceMacroscopicNetworkLayerMacroscopic physical network layer consisting of nodes, links and macroscopic link segmentsinterfaceServiceNetworkLayerService network layer consisting of service nodes, legs and leg segments on top of a parent network layer with physical entities.interfaceUntypedDirectedGraphLayer<V extends DirectedVertex,E extends DirectedEdge,S extends EdgeSegment>Network layer comprising containers with custom entity types.Methods in org.goplanit.utils.network.layer that return TopologicalLayer Modifier and Type Method Description TopologicalLayerTopologicalLayer. deepClone()A network layer deep clone is expected to update interdependencies between "owned" deep cloned entities where possibleTopologicalLayerTopologicalLayer. shallowClone()Create a shallow copy of this entity -
Uses of TopologicalLayer in org.goplanit.utils.network.layer.physical
Subinterfaces of TopologicalLayer in org.goplanit.utils.network.layer.physical Modifier and Type Interface Description interfacePhysicalLayerPhysical topological Network consisting of nodes, links and link segmentsinterfaceUntypedPhysicalLayer<N extends Node,L extends Link,LS extends LinkSegment>Physical topological Network consisting of nodes, links and link segments -
Uses of TopologicalLayer in org.goplanit.utils.network.layers
Classes in org.goplanit.utils.network.layers with type parameters of type TopologicalLayer Modifier and Type Interface Description interfaceTopologicalLayers<T extends TopologicalLayer>interface to manage topological layers, i.e., layers that contain a topologically meaningful representation, without enforcing how this is implemented.
-