Uses of Class
org.opentrafficsim.xml.generated.ROADLAYOUT
Packages that use ROADLAYOUT
Package
Description
Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
Utilities for the parsing.
-
Uses of ROADLAYOUT in org.opentrafficsim.road.network.factory.xml.parser
Method parameters in org.opentrafficsim.road.network.factory.xml.parser with type arguments of type ROADLAYOUTModifier 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, Speed>> linkTypeSpeedLimitMap) Build the links with the correct design line.static org.opentrafficsim.core.definitions.Definitions
DefinitionsParser.parseDefinitions
(DEFINITIONS definitions, boolean overwriteDefaults, Map<String, ROADLAYOUT> roadLayoutMap, Map<String, GTUTEMPLATE> gtuTemplates, StreamInformation streamInformation, Map<org.opentrafficsim.core.network.LinkType, Map<org.opentrafficsim.core.gtu.GtuType, Speed>> linkTypeSpeedLimitMap) Parse the DEFINITIONS tag in the OTS XML file.static void
DefinitionsParser.parseRoadLayouts
(DEFINITIONS definitions, org.opentrafficsim.core.definitions.Definitions parsedDefinitions, Map<String, ROADLAYOUT> roadLayoutMap) Parse the ROADLAYOUTS tag in the OTS XML file. -
Uses of ROADLAYOUT in org.opentrafficsim.road.network.factory.xml.utils
Methods in org.opentrafficsim.road.network.factory.xml.utils that return ROADLAYOUTModifier and TypeMethodDescriptionstatic ROADLAYOUT
Cloner.cloneRoadLayout
(BASICROADLAYOUT in) Clone the BASICROADLAYOUT, as not all DJUNIT types are serializable... -
Uses of ROADLAYOUT in org.opentrafficsim.xml.generated
Fields in org.opentrafficsim.xml.generated with type parameters of type ROADLAYOUTMethods in org.opentrafficsim.xml.generated that return ROADLAYOUTModifier and TypeMethodDescriptionObjectFactory.createROADLAYOUT()
Create an instance ofROADLAYOUT
Methods in org.opentrafficsim.xml.generated that return types with arguments of type ROADLAYOUTModifier and TypeMethodDescriptionROADLAYOUTS.getROADLAYOUT()
Gets the value of the roadlayout property.