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 LaneBasedGtuGeneratorPlatoons.getGenerator()Returns the vehicle generator for sub classes.Methods in org.opentrafficsim.road.gtu.generator with parameters of type LaneBasedGtuGeneratorModifier and TypeMethodDescriptionvoidPlatoons.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.getGenerator()Returns the main generator for GTU's.Constructors in org.opentrafficsim.road.od with parameters of type LaneBasedGtuGeneratorModifierConstructorDescriptionGeneratorObjects(LaneBasedGtuGenerator generator, Generator<Duration> headwayGenerator, LaneBasedGtuCharacteristicsGenerator characteristicsGenerator)