Uses of Class
org.opentrafficsim.road.gtu.generator.characteristics.LaneBasedGTUCharacteristics
-
Packages that use LaneBasedGTUCharacteristics Package Description org.opentrafficsim.road.gtu.generator Generate GTUs according to some prescription.org.opentrafficsim.road.gtu.generator.characteristics Classes concerning generation ofLaneBasedGTUCharacteristicsGenerator
for vehicle generation.org.opentrafficsim.road.gtu.generator.od OD based vehicle generation. -
-
Uses of LaneBasedGTUCharacteristics in org.opentrafficsim.road.gtu.generator
Methods in org.opentrafficsim.road.gtu.generator with parameters of type LaneBasedGTUCharacteristics Modifier and Type Method Description LaneBasedGTUGenerator.Placement
CFRoomChecker. canPlace(SortedSet<HeadwayGTU> leaders, LaneBasedGTUCharacteristics characteristics, Duration since, Set<DirectedLanePosition> initialPosition)
Return the maximum safe speed and position for a new GTU with the specified characteristics.LaneBasedGTUGenerator.Placement
LaneBasedGTUGenerator.RoomChecker. canPlace(SortedSet<HeadwayGTU> leaders, LaneBasedGTUCharacteristics characteristics, Duration since, Set<DirectedLanePosition> initialPosition)
Return the maximum safe speed and position for a new GTU with the specified characteristics.LaneBasedGTUGenerator.Placement
TTCRoomChecker. canPlace(SortedSet<HeadwayGTU> leaders, LaneBasedGTUCharacteristics characteristics, Duration since, Set<DirectedLanePosition> initialPosition)
Return the maximum safe speed and position for a new GTU with the specified characteristics.void
LaneBasedGTUGenerator. placeGtu(LaneBasedGTUCharacteristics characteristics, Set<DirectedLanePosition> position, Speed speed)
Places a GTU, regardless of whether it has room.void
LaneBasedGTUGenerator. queueGtu(LaneBasedGTUCharacteristics characteristics, Set<LaneDirection> position)
Adds a GTU to the generation queue. -
Uses of LaneBasedGTUCharacteristics in org.opentrafficsim.road.gtu.generator.characteristics
Methods in org.opentrafficsim.road.gtu.generator.characteristics that return LaneBasedGTUCharacteristics Modifier and Type Method Description LaneBasedGTUCharacteristics
LaneBasedGTUCharacteristicsGenerator. draw()
Generate a LaneBasedGTUCharacteristics object.LaneBasedGTUCharacteristics
LaneBasedTemplateGTUType. draw()
Generate the properties of the next GTU.LaneBasedGTUCharacteristics
LaneBasedTemplateGTUTypeDistribution. draw()
Generate a LaneBasedGTUCharacteristics object. -
Uses of LaneBasedGTUCharacteristics in org.opentrafficsim.road.gtu.generator.od
Methods in org.opentrafficsim.road.gtu.generator.od that return LaneBasedGTUCharacteristics Modifier and Type Method Description LaneBasedGTUCharacteristics
DefaultGTUCharacteristicsGeneratorOD. draw(Node origin, Node destination, Category category, StreamInterface randomStream)
Generate newLaneBasedGTUCharacteristics
using given input from OD.LaneBasedGTUCharacteristics
GTUCharacteristicsGeneratorOD. draw(Node origin, Node destination, Category category, StreamInterface randomStream)
Generate newLaneBasedGTUCharacteristics
using given input from OD.
-