Uses of Interface
org.opentrafficsim.road.gtu.generator.LaneBasedGtuGenerator.RoomChecker
Package
Description
Generate GTUs according to some prescription.
O/D matrices as part of strategical planning for GTUs.
-
Uses of LaneBasedGtuGenerator.RoomChecker in org.opentrafficsim.road.gtu.generator
Modifier and TypeClassDescriptionclass
Extends car-following placement with a first-order bounded acceleration (BA) principle.class
This class places GTU's behind the leader at the desired headway (i.e.class
Injections can be used to have a large degree of control over GTU generation.class
Room checker based on time-to-collision.ModifierConstructorDescriptionLaneBasedGtuGenerator
(String id, Generator<org.djunits.value.vdouble.scalar.Duration> interarrivelTimeGenerator, LaneBasedGtuCharacteristicsGenerator laneBasedGtuCharacteristicsGenerator, GeneratorPositions generatorPositions, RoadNetwork network, OtsSimulatorInterface simulator, LaneBasedGtuGenerator.RoomChecker roomChecker, Supplier<String> idGenerator) Construct a new lane base GTU generator. -
Uses of LaneBasedGtuGenerator.RoomChecker in org.opentrafficsim.road.od
Modifier and TypeFieldDescriptionstatic final OdOptions.Option<LaneBasedGtuGenerator.RoomChecker>
OdOptions.ROOM_CHECKER
Room checker option.