Uses of Class
org.opentrafficsim.road.gtu.generator.LaneBasedGTUGenerator
-
Packages that use 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 LaneBasedGTUGenerator
Platoons. 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 void
Platoons. 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 LaneBasedGTUGenerator
ODApplier.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)
-