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,
GTUColorer gtuColorer,
LaneBasedGTUCharacteristicsGenerator laneBasedGTUCharacteristicsGenerator,
GeneratorPositions generatorPositions,
OTSNetwork network,
DEVSSimulatorInterface.TimeDoubleUnit 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–2018 Delft University of Technology. All rights reserved.