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,
org.opentrafficsim.core.distributions.Generator<org.djunits.value.vdouble.scalar.Duration> interarrivelTimeGenerator,
org.opentrafficsim.core.gtu.animation.GTUColorer gtuColorer,
LaneBasedGTUCharacteristicsGenerator laneBasedGTUCharacteristicsGenerator,
GeneratorPositions generatorPositions,
org.opentrafficsim.core.network.OTSNetwork network,
org.opentrafficsim.core.dsol.OTSDEVSSimulatorInterface simulator,
LaneBasedGTUGenerator.RoomChecker roomChecker,
org.opentrafficsim.core.idgenerator.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.