Uses of Class
org.opentrafficsim.xml.generated.NETWORK
Packages that use NETWORK
Package
Description
Copyright (c) 2013-2023 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 voidNetworkParser.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, Speed>> linkTypeSpeedLimitMap) Build the links with the correct design line.NetworkParser.calculateNodeAngles(RoadNetwork otsNetwork, NETWORK network) Calculate the default angles of the Nodes, in case they have not been set.(package private) static voidNetworkParser.parseLinks(RoadNetwork otsNetwork, org.opentrafficsim.core.definitions.Definitions definitions, NETWORK network, Map<String, Direction> nodeDirections, org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator) Build the links with the correct design line.static voidNetworkParser.parseNodes(RoadNetwork otsNetwork, NETWORK network, Map<String, Direction> nodeDirections) 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 ofNETWORKOTS.getNETWORK()Gets the value of the network property.Methods in org.opentrafficsim.xml.generated with parameters of type NETWORKModifier and TypeMethodDescriptionvoidOTS.setNETWORK(NETWORK value) Sets the value of the network property.