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, org.djunits.value.vdouble.scalar.Duration since, LanePosition initialPosition) Injections.canPlace
(SortedSet<HeadwayGtu> leaders, LaneBasedGtuCharacteristics characteristics, org.djunits.value.vdouble.scalar.Duration since, LanePosition initialPosition) Returns placement for injected GTUs, as used byLaneBasedGtuGenerator
.LaneBasedGtuGenerator.RoomChecker.canPlace
(SortedSet<HeadwayGtu> leaders, LaneBasedGtuCharacteristics characteristics, org.djunits.value.vdouble.scalar.Duration since, LanePosition initialPosition) Return the maximum safe speed and position for a new GTU with the specified characteristics.TtcRoomChecker.canPlace
(SortedSet<HeadwayGtu> leaders, LaneBasedGtuCharacteristics characteristics, org.djunits.value.vdouble.scalar.Duration since, LanePosition initialPosition)