Uses of Class
org.goplanit.network.layer.NetworkLayerImpl
-
Packages that use NetworkLayerImpl 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 NetworkLayerImpl in org.goplanit.network.layer
Subclasses of NetworkLayerImpl in org.goplanit.network.layer Modifier and Type Class Description 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.Methods in org.goplanit.network.layer that return NetworkLayerImpl Modifier and Type Method Description abstract NetworkLayerImpl
NetworkLayerImpl. 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 NetworkLayerImpl
NetworkLayerImpl. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.network.layer with parameters of type NetworkLayerImpl Constructor Description NetworkLayerImpl(NetworkLayerImpl other, boolean deepCopy)
Copy constructor -
Uses of NetworkLayerImpl in org.goplanit.network.layer.macroscopic
Subclasses of NetworkLayerImpl 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 NetworkLayerImpl in org.goplanit.network.layer.physical
Subclasses of NetworkLayerImpl 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 NetworkLayerImpl in org.goplanit.network.layer.service
Subclasses of NetworkLayerImpl 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).
-