Uses of Class
org.opentrafficsim.road.gtu.generator.LaneBasedGTUGenerator.Placement
| Package | Description |
|---|---|
| org.opentrafficsim.road.gtu.generator |
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.Placement Modifier and Type Field Description static LaneBasedGTUGenerator.PlacementLaneBasedGTUGenerator.Placement. NOValue if the GTU cannot be placed.Methods in org.opentrafficsim.road.gtu.generator that return LaneBasedGTUGenerator.Placement Modifier and Type Method Description LaneBasedGTUGenerator.PlacementCFRoomChecker. canPlace(java.util.SortedSet<HeadwayGTU> leaders, LaneBasedGTUCharacteristics characteristics, Duration since, java.util.Set<DirectedLanePosition> initialPosition)Return the maximum safe speed and position for a new GTU with the specified characteristics.LaneBasedGTUGenerator.PlacementLaneBasedGTUGenerator.RoomChecker. canPlace(java.util.SortedSet<HeadwayGTU> leaders, LaneBasedGTUCharacteristics characteristics, Duration since, java.util.Set<DirectedLanePosition> initialPosition)Return the maximum safe speed and position for a new GTU with the specified characteristics.LaneBasedGTUGenerator.PlacementTTCRoomChecker. canPlace(java.util.SortedSet<HeadwayGTU> leaders, LaneBasedGTUCharacteristics characteristics, Duration since, java.util.Set<DirectedLanePosition> initialPosition)Return the maximum safe speed and position for a new GTU with the specified characteristics.