Uses of Class
org.planit.network.Network
-
Packages that use Network Package Description org.planit.network org.planit.network.macroscopic org.planit.network.virtual Virtual network component object classesorg.planit.project PLANit project classes -
-
Uses of Network in org.planit.network
Subclasses of Network in org.planit.network Modifier and Type Class Description classInfrastructureNetworkA network with physical infrastructure layers -
Uses of Network in org.planit.network.macroscopic
Subclasses of Network in org.planit.network.macroscopic Modifier and Type Class Description classMacroscopicNetworkMacroscopic Network which stores one or more macroscopic network infrastructure layers that together form the complete (intermodal) network. -
Uses of Network in org.planit.network.virtual
Subclasses of Network in org.planit.network.virtual Modifier and Type Class Description classVirtualNetworkModel free virtual network which is part of the zoning and holds all the virtual infrastructure connecting the zones to the physical road network. -
Uses of Network in org.planit.project
Fields in org.planit.project with type parameters of type Network Modifier and Type Field Description protected TrafficAssignmentComponentFactory<Network>PlanItProjectInput. infrastructureNetworkFactoryObject Factory for infrastructure network object
-