Uses of Class
org.opentrafficsim.xml.generated.DEFINITIONS
Packages that use DEFINITIONS
Package
Description
Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
-
Uses of DEFINITIONS in org.opentrafficsim.road.network.factory.xml.parser
Methods in org.opentrafficsim.road.network.factory.xml.parser with parameters of type DEFINITIONSModifier and TypeMethodDescriptionstatic 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.parseGtuTemplates
(DEFINITIONS definitions, org.opentrafficsim.core.definitions.Definitions parsedDefinitions, boolean overwriteDefaults, Map<String, GTUTEMPLATE> gtuTemplates, StreamInformation streamInformation) Store the GTUTEMPLATE tags in the OTS XML file.static void
DefinitionsParser.parseGtuTypes
(DEFINITIONS definitions, org.opentrafficsim.core.definitions.Definitions parsedDefinitions) Parse the GTUTYPES tag in the OTS XML file.static void
DefinitionsParser.parseLaneTypes
(DEFINITIONS definitions, org.opentrafficsim.core.definitions.Definitions parsedDefinitions, boolean overwriteDefaults) Parse the LANETYPES tag in the OTS XML file.static void
DefinitionsParser.parseLinkTypes
(DEFINITIONS definitions, org.opentrafficsim.core.definitions.Definitions parsedDefinitions, boolean overwriteDefaults, Map<org.opentrafficsim.core.network.LinkType, Map<org.opentrafficsim.core.gtu.GtuType, Speed>> linkTypeSpeedLimitMap) Parse the LINKTYPES tag in the OTS XML file.static void
DefinitionsParser.parseParameterTypes
(DEFINITIONS definitions, Map<String, org.opentrafficsim.base.parameters.ParameterType<?>> parameterMap) Parse the PARAMETERTYPE tags 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 DEFINITIONS in org.opentrafficsim.xml.generated
Fields in org.opentrafficsim.xml.generated declared as DEFINITIONSMethods in org.opentrafficsim.xml.generated that return DEFINITIONSModifier and TypeMethodDescriptionObjectFactory.createDEFINITIONS()
Create an instance ofDEFINITIONS
OTS.getDEFINITIONS()
Gets the value of the definitions property.Methods in org.opentrafficsim.xml.generated with parameters of type DEFINITIONSModifier and TypeMethodDescriptionvoid
OTS.setDEFINITIONS
(DEFINITIONS value) Sets the value of the definitions property.