Uses of Class
org.opentrafficsim.xml.generated.Definitions
Package
Description
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
-
Uses of Definitions in org.opentrafficsim.road.network.factory.xml.parser
Modifier and TypeMethodDescriptionstatic org.opentrafficsim.core.definitions.Definitions
DefinitionsParser.parseDefinitions
(Definitions definitions, Map<String, RoadLayout> roadLayoutMap, Map<String, GtuTemplate> gtuTemplates, Map<String, GeneratorPositions.LaneBias> laneBiases, Map<org.opentrafficsim.core.network.LinkType, Map<org.opentrafficsim.core.gtu.GtuType, org.djunits.value.vdouble.scalar.Speed>> linkTypeSpeedLimitMap, org.djutils.eval.Eval eval) Parse the Definitions tag in the OTS XML file.static void
DefinitionsParser.parseParameterTypes
(Definitions definitions, Map<String, org.opentrafficsim.base.parameters.ParameterType<?>> parameterMap, org.djutils.eval.Eval eval) Parse the ParameterType tags in the OTS XML file. -
Uses of Definitions in org.opentrafficsim.xml.generated
Modifier and TypeMethodDescriptionObjectFactory.createDefinitions()
Create an instance ofDefinitions
Ots.getDefinitions()
Gets the value of the definitions property.Modifier and TypeMethodDescriptionvoid
Ots.setDefinitions
(Definitions value) Sets the value of the definitions property.