Package | Description |
---|---|
org.opentrafficsim.road.gtu.generator |
Generate GTUs according to some prescription.
|
org.opentrafficsim.road.gtu.generator.od |
OD based vehicle generation.
|
Modifier and Type | Method and Description |
---|---|
GeneratorPositions.LaneBiases |
GeneratorPositions.LaneBiases.addBias(GTUType gtuType,
GeneratorPositions.LaneBias bias)
Adds a GTU bias for randomly drawing a lane.
|
Modifier and Type | Method and Description |
---|---|
static GeneratorPositions |
GeneratorPositions.create(Set<DirectedLanePosition> positions,
StreamInterface stream,
GeneratorPositions.LaneBiases biases)
Create a GeneratorPositions object to draw positions from.
|
static GeneratorPositions |
GeneratorPositions.create(Set<DirectedLanePosition> positions,
StreamInterface stream,
GeneratorPositions.LaneBiases biases,
Map<CrossSectionLink,Double> linkWeights)
Create a GeneratorPositions object to draw positions from.
|
Modifier and Type | Field and Description |
---|---|
static org.opentrafficsim.road.gtu.generator.od.ODOptions.Option<GeneratorPositions.LaneBiases> |
ODOptions.LANE_BIAS
Lane bias.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.