Uses of Interface
org.goplanit.utils.network.layer.TopologicalLayer
-
-
Uses of TopologicalLayer in org.goplanit.network
Classes in org.goplanit.network with type parameters of type TopologicalLayer 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 TopologicalLayer in org.goplanit.network.layer
Classes in org.goplanit.network.layer that implement TopologicalLayer Modifier and Type Class Description class
MacroscopicNetworkLayerImpl
Macroscopic physical Network (layer) that supports one or more modes and link segment types, where the modes are registered on the network (Infrastructure network) levelclass
ServiceNetworkLayerImpl
A service network layer is built on top of a physical network (layer).class
TopologicalLayerImpl
An transport layer that is of a topological nature, i.e., it has node, links, etc.class
UntypedNetworkLayerImpl<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.class
UntypedPhysicalLayerImpl<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.layers
Classes in org.goplanit.network.layers with type parameters of type TopologicalLayer Modifier and Type Class Description class
TopologicalLayersImpl<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 interface
MacroscopicNetworkLayer
Macroscopic physical network layer consisting of nodes, links and macroscopic link segmentsinterface
ServiceNetworkLayer
Service network layer consisting of service nodes, legs and leg segments on top of a parent network layer with physical entities.interface
UntypedDirectedGraphLayer<V extends DirectedVertex,E extends DirectedEdge,S extends EdgeSegment>
Network layer comprising of containers with custom entity types. -
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 interface
PhysicalLayer
Physical topological Network consisting of nodes, links and link segmentsinterface
UntypedPhysicalLayer<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 interface
TopologicalLayers<T extends TopologicalLayer>
interface to manage topological layers, i.e., layers that contain a topologically meaningful representation, without enforcing how this is implemented.
-