Uses of Class
org.opentrafficsim.xml.generated.Network
Packages that use Network
Package
Description
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
-
Uses of Network in org.opentrafficsim.road.network.factory.xml.parser
Methods in org.opentrafficsim.road.network.factory.xml.parser with parameters of type NetworkModifier and TypeMethodDescription(package private) static void
NetworkParser.applyRoadLayout
(RoadNetwork otsNetwork, org.opentrafficsim.core.definitions.Definitions definitions, Network network, org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator, Map<String, RoadLayout> roadLayoutMap, Map<org.opentrafficsim.core.network.LinkType, Map<org.opentrafficsim.core.gtu.GtuType, org.djunits.value.vdouble.scalar.Speed>> linkTypeSpeedLimitMap, Map<String, org.opentrafficsim.core.geometry.ContinuousLine> designLines, Map<String, org.opentrafficsim.core.geometry.Flattener> flatteners, org.djutils.eval.Eval eval) Build the links with the correct design line.(package private) static void
NetworkParser.buildConflicts
(RoadNetwork otsNetwork, Network network, org.djutils.eval.Eval eval) Build conflicts.NetworkParser.calculateNodeAngles
(RoadNetwork otsNetwork, Network network, org.djutils.eval.Eval eval) Calculate the default angles of the Nodes, in case they have not been set.(package private) static void
NetworkParser.parseLinks
(RoadNetwork otsNetwork, org.opentrafficsim.core.definitions.Definitions definitions, Network network, Map<String, org.djunits.value.vdouble.scalar.Direction> nodeDirections, org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator, Map<String, org.opentrafficsim.core.geometry.ContinuousLine> designLines, Map<String, org.opentrafficsim.core.geometry.Flattener> flatteners, org.djutils.eval.Eval eval) Build the links with the correct design line.static void
NetworkParser.parseNodes
(RoadNetwork otsNetwork, Network network, Map<String, org.djunits.value.vdouble.scalar.Direction> nodeDirections, org.djutils.eval.Eval eval) Parse the Nodes. -
Uses of Network in org.opentrafficsim.xml.generated
Fields in org.opentrafficsim.xml.generated declared as NetworkMethods in org.opentrafficsim.xml.generated that return NetworkModifier and TypeMethodDescriptionObjectFactory.createNetwork()
Create an instance ofNetwork
Ots.getNetwork()
Gets the value of the network property.Methods in org.opentrafficsim.xml.generated with parameters of type NetworkModifier and TypeMethodDescriptionvoid
Ots.setNetwork
(Network value) Sets the value of the network property.