| Package | Description | 
|---|---|
| org.opentrafficsim.road.gtu.generator | 
 Generate GTUs according to some prescription. 
 | 
| org.opentrafficsim.road.gtu.generator.od | 
 OD based vehicle generation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CFBARoomChecker
Extends car-following placement with a first-order bounded acceleration (BA) principle. 
 | 
class  | 
CFRoomChecker
This class places GTU's behind the leader at the desired headway (i.e. 
 | 
class  | 
TTCRoomChecker
Room checker based on time-to-collision. 
 | 
| Constructor and Description | 
|---|
LaneBasedGTUGenerator(String id,
                     Generator<Duration> interarrivelTimeGenerator,
                     LaneBasedGTUCharacteristicsGenerator laneBasedGTUCharacteristicsGenerator,
                     GeneratorPositions generatorPositions,
                     OTSNetwork network,
                     OTSSimulatorInterface simulator,
                     LaneBasedGTUGenerator.RoomChecker roomChecker,
                     IdGenerator idGenerator)
Construct a new lane base GTU generator. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static org.opentrafficsim.road.gtu.generator.od.ODOptions.Option<LaneBasedGTUGenerator.RoomChecker> | 
ODOptions.ROOM_CHECKER
Room checker option. 
 | 
Copyright © 2014–2019 Delft University of Technology. All rights reserved.