Uses of Class
org.opentrafficsim.road.gtu.generator.characteristics.LaneBasedGtuCharacteristics
Packages that use LaneBasedGtuCharacteristics
Package
Description
Generate GTUs according to some prescription.
Classes concerning generation of
LaneBasedGtuCharacteristicsGenerator
for vehicle generation.-
Uses of LaneBasedGtuCharacteristics in org.opentrafficsim.road.gtu.generator
Methods in org.opentrafficsim.road.gtu.generator with parameters of type LaneBasedGtuCharacteristicsModifier 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.GeneratorPositions.draw
(GtuType gtuType, LaneBasedGtuCharacteristics characteristics, Map<CrossSectionLink, Map<Integer, Integer>> unplaced) Draw a new position to generate a GTU.Injections.draw
(GtuType gtuType, LaneBasedGtuCharacteristics characteristics, Map<CrossSectionLink, Map<Integer, Integer>> unplaced) Draw a new position to generate a GTU.final void
LaneBasedGtuGenerator.placeGtu
(LaneBasedGtuCharacteristics characteristics, Set<LanePosition> position, Speed speed) Places a GTU, regardless of whether it has room.final void
LaneBasedGtuGenerator.queueGtu
(LaneBasedGtuCharacteristics characteristics, Set<Lane> 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 LaneBasedGtuCharacteristicsModifier and TypeMethodDescriptionDefaultLaneBasedGtuCharacteristicsGeneratorOd.draw
(Node origin, Node destination, Category category, StreamInterface randomStream) Generate newLaneBasedGtuCharacteristics
using given input from OD.LaneBasedGtuCharacteristicsGenerator.draw()
Generate aLaneBasedGtuCharacteristics
object.LaneBasedGtuCharacteristicsGeneratorOd.draw
(Node origin, Node destination, Category category, StreamInterface randomStream) Generate newLaneBasedGtuCharacteristics
using given input from OD.LaneBasedGtuTemplate.draw()
Generate the properties of the next GTU.LaneBasedGtuTemplateDistribution.draw()
Generate aLaneBasedGtuCharacteristics
object.