Uses of Class
org.goplanit.network.layer.TopologicalLayerImpl
-
Packages that use TopologicalLayerImpl Package Description 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 -
-
Uses of TopologicalLayerImpl in org.goplanit.network.layer
Subclasses of TopologicalLayerImpl in org.goplanit.network.layer Modifier and Type Class Description 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.Methods in org.goplanit.network.layer that return TopologicalLayerImpl Modifier and Type Method Description abstract TopologicalLayerImpl
TopologicalLayerImpl. deepClone()
An id entity should always support a deep copy, i.e., all "owned" members will be deep copied when a clone of this instance is created via this call.abstract TopologicalLayerImpl
TopologicalLayerImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.network.layer with parameters of type TopologicalLayerImpl Constructor Description TopologicalLayerImpl(TopologicalLayerImpl other, boolean deepCopy)
Copy Constructor -
Uses of TopologicalLayerImpl in org.goplanit.network.layer.macroscopic
Subclasses of TopologicalLayerImpl in org.goplanit.network.layer.macroscopic Modifier and Type Class Description class
ConjugateMacroscopicNetworkLayerImpl
Conjugate of macroscopic physical Network (layer), i.e.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) level -
Uses of TopologicalLayerImpl in org.goplanit.network.layer.physical
Subclasses of TopologicalLayerImpl in org.goplanit.network.layer.physical Modifier and Type Class Description 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 TopologicalLayerImpl in org.goplanit.network.layer.service
Subclasses of TopologicalLayerImpl in org.goplanit.network.layer.service Modifier and Type Class Description class
ServiceNetworkLayerImpl
A service network layer is built on top of a physical network (layer).
-