| Package | Description | 
|---|---|
| org.opentrafficsim.road.gtu.generator | 
 Generate GTUs according to some prescription. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TTCRoomChecker
Room checker based on time-to-collision. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
(package private) LaneBasedGTUGenerator.RoomChecker | 
LaneBasedGTUGenerator.roomChecker
The way that this generator checks if it is safe to construct and place the next lane based GTU. 
 | 
| 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. 
 | 
Copyright © 2014–2017 Delft University of Technology. All rights reserved.