Uses of Class
org.opentrafficsim.road.gtu.generator.LaneBasedGTUGenerator
| Package | Description |
|---|---|
| org.opentrafficsim.road.gtu.generator |
Generate GTUs according to some prescription.
|
| org.opentrafficsim.road.gtu.generator.od |
OD based vehicle generation.
|
-
Uses of LaneBasedGTUGenerator in org.opentrafficsim.road.gtu.generator
Methods in org.opentrafficsim.road.gtu.generator that return LaneBasedGTUGenerator Modifier and Type Method Description protected LaneBasedGTUGeneratorPlatoons. getGenerator()Returns the vehicle generator for sub classes.Methods in org.opentrafficsim.road.gtu.generator with parameters of type LaneBasedGTUGenerator Modifier and Type Method Description voidPlatoons. start(LaneBasedGTUGenerator generator)Sets the generator and starts the events. -
Uses of LaneBasedGTUGenerator in org.opentrafficsim.road.gtu.generator.od
Methods in org.opentrafficsim.road.gtu.generator.od that return LaneBasedGTUGenerator Modifier and Type Method Description LaneBasedGTUGeneratorODApplier.GeneratorObjects. getGenerator()Returns the main generator for GTU's.Constructors in org.opentrafficsim.road.gtu.generator.od with parameters of type LaneBasedGTUGenerator Constructor Description GeneratorObjects(LaneBasedGTUGenerator generator, Generator<Duration> headwayGenerator, LaneBasedGTUCharacteristicsGenerator characteristicsGenerator)