Uses of Class
org.opentrafficsim.road.gtu.generator.LaneBasedGtuGenerator
Packages that use LaneBasedGtuGenerator
Package
Description
Generate GTUs according to some prescription.
O/D matrices as part of strategical planning for GTUs.
-
Uses of LaneBasedGtuGenerator in org.opentrafficsim.road.gtu.generator
Methods in org.opentrafficsim.road.gtu.generator that return LaneBasedGtuGeneratorModifier and TypeMethodDescriptionprotected LaneBasedGtuGenerator
Platoons.getGenerator()
Returns the vehicle generator for sub classes.Methods in org.opentrafficsim.road.gtu.generator with parameters of type LaneBasedGtuGeneratorModifier and TypeMethodDescriptionvoid
Platoons.start
(LaneBasedGtuGenerator generator) Sets the generator and starts the events. -
Uses of LaneBasedGtuGenerator in org.opentrafficsim.road.od
Methods in org.opentrafficsim.road.od that return LaneBasedGtuGeneratorModifier and TypeMethodDescriptionOdApplier.GeneratorObjects.generator()
Returns the value of thegenerator
record component.Constructors in org.opentrafficsim.road.od with parameters of type LaneBasedGtuGeneratorModifierConstructorDescriptionGeneratorObjects
(LaneBasedGtuGenerator generator, Generator<org.djunits.value.vdouble.scalar.Duration> headwayGenerator, LaneBasedGtuCharacteristicsGenerator characteristicsGenerator) Creates an instance of aGeneratorObjects
record class.