Package | Description |
---|---|
org.opentrafficsim.road.gtu.strategical.od |
O/D matrices as part of strategical planning for GTUs.
|
Modifier and Type | Method and Description |
---|---|
Interpolation |
ODMatrix.getGlobalInterpolation() |
Interpolation |
ODMatrix.getInterpolation(org.opentrafficsim.core.network.Node origin,
org.opentrafficsim.core.network.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(org.opentrafficsim.core.network.Node origin,
org.opentrafficsim.core.network.Node destination,
Category category,
org.djunits.value.vdouble.vector.FrequencyVector demand,
org.djunits.value.vdouble.vector.DurationVector timeVector,
Interpolation interpolation) |
Constructor and Description |
---|
ODMatrix(String id,
List<org.opentrafficsim.core.network.Node> origins,
List<org.opentrafficsim.core.network.Node> destinations,
Categorization categorization,
org.djunits.value.vdouble.vector.DurationVector globalTimeVector,
Interpolation globalInterpolation)
Constructs an OD matrix.
|
ODMatrixTrips(String id,
List<org.opentrafficsim.core.network.Node> origins,
List<org.opentrafficsim.core.network.Node> destinations,
Categorization categorization,
org.djunits.value.vdouble.vector.DurationVector globalTimeVector,
Interpolation globalInterpolation)
Constructs an OD matrix based on trips.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.