Package | Description |
---|---|
org.opentrafficsim.road.gtu.generator |
Generate GTUs according to some prescription.
|
org.opentrafficsim.road.gtu.generator.characteristics |
Classes concerning generation of
LaneBasedGTUCharacteristicsGenerator for vehicle generation. |
org.opentrafficsim.road.gtu.generator.od |
OD based vehicle generation.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
LaneBasedGTUCharacteristics |
LaneBasedTemplateGTUTypeDistribution.draw()
Generate a LaneBasedGTUCharacteristics object.
|
LaneBasedGTUCharacteristics |
LaneBasedTemplateGTUType.draw()
Generate the properties of the next GTU.
|
LaneBasedGTUCharacteristics |
LaneBasedGTUCharacteristicsGenerator.draw()
Generate a LaneBasedGTUCharacteristics object.
|
Modifier and Type | Method and Description |
---|---|
LaneBasedGTUCharacteristics |
GTUCharacteristicsGeneratorOD.draw(Node origin,
Node destination,
Category category,
StreamInterface randomStream)
Generate new
LaneBasedGTUCharacteristics using given input from OD. |
LaneBasedGTUCharacteristics |
DefaultGTUCharacteristicsGeneratorOD.draw(Node origin,
Node destination,
Category category,
StreamInterface randomStream)
Generate new
LaneBasedGTUCharacteristics using given input from OD. |
Copyright © 2014–2019 Delft University of Technology. All rights reserved.