Uses of Interface
org.opentrafficsim.road.gtu.generator.LaneBasedGTUGenerator.RoomChecker
-
Packages that use LaneBasedGTUGenerator.RoomChecker Package Description org.opentrafficsim.road.gtu.generator Generate GTUs according to some prescription.org.opentrafficsim.road.gtu.generator.od OD based vehicle generation. -
-
Uses of LaneBasedGTUGenerator.RoomChecker in org.opentrafficsim.road.gtu.generator
Classes in org.opentrafficsim.road.gtu.generator that implement LaneBasedGTUGenerator.RoomChecker Modifier and Type Class 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.Constructors in org.opentrafficsim.road.gtu.generator with parameters of type LaneBasedGTUGenerator.RoomChecker Constructor Description LaneBasedGTUGenerator(String id, Generator<Duration> interarrivelTimeGenerator, LaneBasedGTUCharacteristicsGenerator laneBasedGTUCharacteristicsGenerator, GeneratorPositions generatorPositions, OTSRoadNetwork network, OTSSimulatorInterface simulator, LaneBasedGTUGenerator.RoomChecker roomChecker, IdGenerator idGenerator)
Construct a new lane base GTU generator. -
Uses of LaneBasedGTUGenerator.RoomChecker in org.opentrafficsim.road.gtu.generator.od
Fields in org.opentrafficsim.road.gtu.generator.od with type parameters of type LaneBasedGTUGenerator.RoomChecker Modifier and Type Field Description static ODOptions.Option<LaneBasedGTUGenerator.RoomChecker>
ODOptions. ROOM_CHECKER
Room checker option.
-