Uses of Class
org.opentrafficsim.road.gtu.generator.LaneBasedGtuGenerator.Placement
Packages that use LaneBasedGtuGenerator.Placement
Package
Description
Generate GTUs according to some prescription.
-
Uses of LaneBasedGtuGenerator.Placement in org.opentrafficsim.road.gtu.generator
Fields in org.opentrafficsim.road.gtu.generator declared as LaneBasedGtuGenerator.PlacementModifier and TypeFieldDescriptionstatic final LaneBasedGtuGenerator.Placement
LaneBasedGtuGenerator.Placement.NO
Value if the GTU cannot be placed.Methods in org.opentrafficsim.road.gtu.generator that return LaneBasedGtuGenerator.PlacementModifier and TypeMethodDescriptionCfRoomChecker.canPlace
(SortedSet<HeadwayGtu> leaders, LaneBasedGtuCharacteristics characteristics, Duration since, Set<LanePosition> initialPosition) Return the maximum safe speed and position for a new GTU with the specified characteristics.Injections.canPlace
(SortedSet<HeadwayGtu> leaders, LaneBasedGtuCharacteristics characteristics, Duration since, Set<LanePosition> initialPosition) Returns placement for injected GTUs, as used byLaneBasedGtuGenerator
.LaneBasedGtuGenerator.RoomChecker.canPlace
(SortedSet<HeadwayGtu> leaders, LaneBasedGtuCharacteristics characteristics, Duration since, Set<LanePosition> initialPosition) Return the maximum safe speed and position for a new GTU with the specified characteristics.TtcRoomChecker.canPlace
(SortedSet<HeadwayGtu> leaders, LaneBasedGtuCharacteristics characteristics, Duration since, Set<LanePosition> initialPosition) Return the maximum safe speed and position for a new GTU with the specified characteristics.