Uses of Interface
org.opentrafficsim.road.gtu.generator.LaneBasedGtuGenerator.RoomChecker
Packages that use 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
Classes in org.opentrafficsim.road.gtu.generator that implement LaneBasedGtuGenerator.RoomCheckerModifier and TypeClassDescriptionclassExtends car-following placement with a first-order bounded acceleration (BA) principle.classThis class places GTU's behind the leader at the desired headway (i.e.classInjections can be used to have a large degree of control over GTU generation.classRoom checker based on time-to-collision.Constructors in org.opentrafficsim.road.gtu.generator with parameters of type LaneBasedGtuGenerator.RoomCheckerModifierConstructorDescriptionLaneBasedGtuGenerator(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
Fields in org.opentrafficsim.road.od with type parameters of type LaneBasedGtuGenerator.RoomCheckerModifier and TypeFieldDescriptionstatic final OdOptions.Option<LaneBasedGtuGenerator.RoomChecker>OdOptions.ROOM_CHECKERRoom checker option.