| Package | Description | 
|---|---|
| org.opentrafficsim.road.gtu.generator | 
 Generate GTUs according to some prescription. 
 | 
| org.opentrafficsim.road.gtu.lane | 
 The lane-based GTUs are the Generalized Travel Units that travel in lanes, and need to switch lanes to overtake. 
 | 
| Constructor and Description | 
|---|
LaneBasedGTUGenerator(String id,
                     org.opentrafficsim.core.distributions.Generator<org.djunits.value.vdouble.scalar.Duration> interarrivelTimeGenerator,
                     long maxGTUs,
                     org.djunits.value.vdouble.scalar.Time startTime,
                     org.djunits.value.vdouble.scalar.Time endTime,
                     org.opentrafficsim.core.gtu.animation.GTUColorer gtuColorer,
                     LaneBasedGTUCharacteristicsGenerator laneBasedGTUCharacteristicsGenerator,
                     Set<DirectedLanePosition> initialLongitudinalPositions,
                     org.opentrafficsim.core.network.OTSNetwork network,
                     LaneBasedGTUGenerator.RoomChecker roomChecker)
Construct a new lane base GTU generator. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LaneBasedTemplateGTUType
Generate lane based GTUs using a template. 
 | 
class  | 
LaneBasedTemplateGTUTypeDistribution
Distribution of LaneBasedTemplateGTUType. 
 | 
Copyright © 2014–2017 Delft University of Technology. All rights reserved.