Uses of Class
org.planit.network.InfrastructureLayerImpl
-
Packages that use InfrastructureLayerImpl Package Description org.planit.network.macroscopic.physical Macroscopic physical network component object classesorg.planit.network.physical Physical network component object classes -
-
Uses of InfrastructureLayerImpl in org.planit.network.macroscopic.physical
Subclasses of InfrastructureLayerImpl in org.planit.network.macroscopic.physical Modifier and Type Class Description class
MacroscopicPhysicalNetwork
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 InfrastructureLayerImpl in org.planit.network.physical
Subclasses of InfrastructureLayerImpl in org.planit.network.physical Modifier and Type Class Description class
PhysicalNetwork<N extends Node,L extends Link,LS extends LinkSegment>
Model free Network consisting of nodes and links, each of which can be iterated over.
-