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 classMacroscopicNetworkLayerImplMacroscopic physical Network (layer) that supports one or more modes and link segment types, where the modes are registered on the network (Infrastructure network) levelclassServiceNetworkLayerImplA service network layer is built on top of a physical network (layer).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.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.Methods in org.goplanit.network.layer that return TopologicalLayerImpl Modifier and Type Method Description abstract TopologicalLayerImplTopologicalLayerImpl. 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
-