Uses of Class
org.opentrafficsim.xml.generated.Demand
Package
Description
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
-
Uses of Demand in org.opentrafficsim.road.network.factory.xml.parser
Modifier and TypeMethodDescriptionstatic List<LaneBasedGtuGenerator>
OdParser.parseDemand
(RoadNetwork otsNetwork, org.opentrafficsim.core.definitions.Definitions definitions, Demand demand, Map<String, GtuTemplate> gtuTemplates, Map<String, GeneratorPositions.LaneBias> definedLaneBiases, Map<String, LaneBasedStrategicalPlannerFactory<?>> factories, Map<String, String> modelIdReferrals, nl.tudelft.simulation.dsol.experiment.StreamInformation streamMap, org.djutils.eval.Eval eval) Creates generators and returns OD matrices.static List<LaneBasedGtuGenerator>
DemandParser.parseGenerators
(RoadNetwork otsNetwork, org.opentrafficsim.core.definitions.Definitions definitions, Demand demand, Map<String, GtuTemplate> gtuTemplates, Map<String, List<org.opentrafficsim.core.distributions.Distribution.FrequencyAndObject<org.opentrafficsim.core.network.route.Route>>> routeMixMap, Map<String, List<org.opentrafficsim.core.distributions.Distribution.FrequencyAndObject<org.opentrafficsim.core.network.route.Route>>> shortestRouteMixMap, nl.tudelft.simulation.dsol.experiment.StreamInformation streamInformation, org.djutils.eval.Eval eval) Parse the Generators.ScenarioParser.parseModelIdReferral
(List<ScenarioType> scenario, Demand demand, org.djutils.eval.Eval eval) Parse model ID referrals.(package private) static Map<String,
List<org.opentrafficsim.core.distributions.Distribution.FrequencyAndObject<org.opentrafficsim.core.network.route.Route>>> DemandParser.parseRouteMix
(RoadNetwork otsNetwork, Demand demand, org.djutils.eval.Eval eval) Parse the RouteMix tags.(package private) static void
DemandParser.parseRoutes
(RoadNetwork otsNetwork, org.opentrafficsim.core.definitions.Definitions definitions, Demand demand, org.djutils.eval.Eval eval) Parse the ROUTE tags.(package private) static Map<String,
List<org.opentrafficsim.core.distributions.Distribution.FrequencyAndObject<org.opentrafficsim.core.network.route.Route>>> DemandParser.parseShortestRouteMix
(RoadNetwork otsNetwork, Demand demand, org.djutils.eval.Eval eval) Parse the ShortestRouteMix tags.(package private) static void
DemandParser.parseShortestRoutes
(RoadNetwork otsNetwork, org.opentrafficsim.core.definitions.Definitions definitions, Demand demand, org.djutils.eval.Eval eval) Parse the ShortestRoute tags.static void
DemandParser.parseSinks
(RoadNetwork otsNetwork, Demand demand, org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator, org.opentrafficsim.core.definitions.Definitions definitions, org.djutils.eval.Eval eval) Parse the Sinks. -
Uses of Demand in org.opentrafficsim.xml.generated
Modifier and TypeMethodDescriptionObjectFactory.createDemand()
Create an instance ofDemand
Ots.getDemand()
Gets the value of the demand property.