Uses of Class
org.goplanit.network.layer.TopologicalLayerImpl
-
Packages that use TopologicalLayerImpl Package Description org.goplanit.network.layer -
-
Uses of TopologicalLayerImpl in org.goplanit.network.layer
Subclasses of TopologicalLayerImpl in org.goplanit.network.layer 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
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.Methods in org.goplanit.network.layer that return TopologicalLayerImpl Modifier and Type Method Description abstract TopologicalLayerImpl
TopologicalLayerImpl. clone()
Create a shallow copy of this entityConstructors in org.goplanit.network.layer with parameters of type TopologicalLayerImpl Constructor Description TopologicalLayerImpl(TopologicalLayerImpl topologicalLayerImpl)
Copy Constructor
-