Uses of Class
org.goplanit.network.TopologicalLayerNetwork
-
Packages that use TopologicalLayerNetwork Package Description org.goplanit.assignment Traffic assignment classesorg.goplanit.network org.goplanit.network.transport Integrated network component object classesorg.goplanit.osm.physical.network.macroscopic -
-
Uses of TopologicalLayerNetwork in org.goplanit.assignment
Methods in org.goplanit.assignment that return TopologicalLayerNetwork Modifier and Type Method Description TopologicalLayerNetwork<?,?>
TrafficAssignment. getInfrastructureNetwork()
Get the physical network for the current assignmentMethods in org.goplanit.assignment with parameters of type TopologicalLayerNetwork Modifier and Type Method Description void
TrafficAssignment. setInfrastructureNetwork(TopologicalLayerNetwork<?,?> physicalNetwork)
Set the physicalNetwork for the current assignment -
Uses of TopologicalLayerNetwork in org.goplanit.network
Subclasses of TopologicalLayerNetwork in org.goplanit.network Modifier and Type Class Description class
MacroscopicNetwork
Macroscopic Network which stores one or more macroscopic network infrastructure layers that together form the complete (intermodal) network.class
ServiceNetwork
A service network is a network built on top of a topological (physical) transport network providing services leveraging this underlying network.class
UntypedPhysicalNetwork<L extends UntypedPhysicalLayer<?,?,?>,LS extends UntypedPhysicalNetworkLayers<L>>
A network that comprises physical topological transport network elements, i.e., roads, rail, etc.Methods in org.goplanit.network that return TopologicalLayerNetwork Modifier and Type Method Description abstract TopologicalLayerNetwork
TopologicalLayerNetwork. deepClone()
deep clone on planit component should attempt to also update internal dependencies between deep cloned containers where possibleabstract TopologicalLayerNetwork
TopologicalLayerNetwork. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.network with parameters of type TopologicalLayerNetwork Constructor Description TopologicalLayerNetwork(TopologicalLayerNetwork<T,U> other, boolean deepCopy, ManagedIdDeepCopyMapper<Mode> modeMapper, ManagedIdDeepCopyMapper<T> layerMapper)
Copy constructor. -
Uses of TopologicalLayerNetwork in org.goplanit.network.transport
Fields in org.goplanit.network.transport declared as TopologicalLayerNetwork Modifier and Type Field Description protected TopologicalLayerNetwork<?,?>
TransportModelNetwork. infrastructureNetwork
Holds the infrastructure road network that is being modelledMethods in org.goplanit.network.transport that return TopologicalLayerNetwork Modifier and Type Method Description TopologicalLayerNetwork<?,?>
TransportModelNetwork. getInfrastructureNetwork()
Collect the physical network component of the transport networkConstructors in org.goplanit.network.transport with parameters of type TopologicalLayerNetwork Constructor Description TransportModelNetwork(TopologicalLayerNetwork<?,?> infrastructureNetwork, Zoning zoning)
Constructor -
Uses of TopologicalLayerNetwork in org.goplanit.osm.physical.network.macroscopic
Subclasses of TopologicalLayerNetwork in org.goplanit.osm.physical.network.macroscopic Modifier and Type Class Description class
PlanitOsmNetwork
Macroscopic network with additional OSM functionality Disclaimer: The descriptions for the default OSM link segment types have been copied from the OSM Wiki
-