Package | Description |
---|---|
org.opentrafficsim.road.gtu.generator |
Generate GTUs according to some prescription.
|
org.opentrafficsim.road.gtu.generator.headway |
Classes concerning
Generator<Duration> to produce headways for vehicle generation. |
org.opentrafficsim.road.gtu.strategical.od |
O/D matrices as part of strategical planning for GTUs.
|
Modifier and Type | Method and Description |
---|---|
FrequencyVector |
Platoons.compensate(T category,
FrequencyVector demand,
TimeVector time,
Interpolation interpolation)
Creates a demand vector in which the platoon demand has been compensated from the input demand vector.
|
Modifier and Type | Method and Description |
---|---|
Interpolation |
DemandPattern.getInterpolation()
Returns the interpolation.
|
Constructor and Description |
---|
DemandPattern(FrequencyVector demandVector,
TimeVector timeVector,
Interpolation interpolation)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Interpolation |
ODMatrix.getGlobalInterpolation() |
Interpolation |
ODMatrix.getInterpolation(Node origin,
Node destination,
Category category) |
static Interpolation |
Interpolation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Interpolation[] |
Interpolation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ODMatrix.putDemandVector(Node origin,
Node destination,
Category category,
FrequencyVector demand,
TimeVector timeVector,
Interpolation interpolation)
Add a demand vector to OD.
|
void |
ODMatrix.putDemandVector(Node origin,
Node destination,
Category category,
FrequencyVector demand,
TimeVector timeVector,
Interpolation interpolation,
double fraction)
Add a demand vector to OD, by a fraction of total demand.
|
void |
ODMatrix.putDemandVector(Node origin,
Node destination,
Category category,
FrequencyVector demand,
TimeVector timeVector,
Interpolation interpolation,
double[] fraction)
Add a demand vector to OD, by a fraction per time period of total demand.
|
Constructor and Description |
---|
ODMatrix(String id,
List<? extends Node> origins,
List<? extends Node> destinations,
Categorization categorization,
TimeVector globalTimeVector,
Interpolation globalInterpolation)
Constructs an OD matrix.
|
SplitFraction(Node node,
Interpolation interpolation,
StreamInterface random,
DEVSSimulatorInterface.TimeDoubleUnit simulator)
Constructor.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.