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 classTopologicalLayerImplAn transport layer that is of a topological nature, i.e., it has node, links, etc.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.Methods in org.goplanit.network.layer that return NetworkLayerImpl Modifier and Type Method Description abstract NetworkLayerImplNetworkLayerImpl. 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 NetworkLayerImplNetworkLayerImpl. 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 classConjugateMacroscopicNetworkLayerImplConjugate of macroscopic physical Network (layer), i.e.classMacroscopicNetworkLayerImplMacroscopic 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 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. -
Uses of NetworkLayerImpl in org.goplanit.network.layer.service
Subclasses of NetworkLayerImpl in org.goplanit.network.layer.service Modifier and Type Class Description classServiceNetworkLayerImplA service network layer is built on top of a physical network (layer).
-