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,
org.djunits.value.vdouble.scalar.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,
org.djunits.value.vdouble.scalar.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,
org.djunits.value.vdouble.scalar.Duration since,
Set<DirectedLanePosition> initialPosition)
Return the maximum safe speed and position for a new GTU with the specified characteristics.
|
(package private) void |
LaneBasedGTUGenerator.placeGtu(LaneBasedGTUCharacteristics characteristics,
Set<DirectedLanePosition> position,
org.djunits.value.vdouble.scalar.Speed speed) |
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(org.opentrafficsim.core.network.Node origin,
org.opentrafficsim.core.network.Node destination,
Category category,
nl.tudelft.simulation.jstats.streams.StreamInterface randomStream)
Generate new
LaneBasedGTUCharacteristics using given input from OD. |
LaneBasedGTUCharacteristics |
DefaultGTUCharacteristicsGeneratorOD.draw(org.opentrafficsim.core.network.Node origin,
org.opentrafficsim.core.network.Node destination,
Category category,
nl.tudelft.simulation.jstats.streams.StreamInterface randomStream)
Generate new
LaneBasedGTUCharacteristics using given input from OD. |
Copyright © 2014–2018 Delft University of Technology. All rights reserved.