Package | Description |
---|---|
org.opentrafficsim.kpi.sampling |
Classes for sampling simulation data.
|
org.opentrafficsim.kpi.sampling.data |
Extended data for trajectories.
|
Modifier and Type | Method and Description |
---|---|
float |
Trajectory.getA(int index)
Returns
a value of a single sample. |
<O,S> O |
Trajectory.getExtendedData(ExtendedDataType<?,O,S,?> extendedDataType) |
<T,S> T |
Trajectory.getExtendedData(ExtendedDataType<T,?,S,?> extendedDataType,
int index)
Returns extended data type value of a single sample.
|
float |
Trajectory.getT(int index)
Returns
t value of a single sample. |
float |
Trajectory.getV(int index)
Returns
v value of a single sample. |
float |
Trajectory.getX(int index)
Returns
x value of a single sample. |
Constructor and Description |
---|
CrossSection(LinkDataInterface link,
KpiGtuDirectionality direction,
double fraction)
Constructor with link and direction.
|
Modifier and Type | Method and Description |
---|---|
Float |
ExtendedDataTypeNumber.getOutputValue(float[] output,
int index)
Returns a specific output value.
|
T |
ExtendedDataTypeList.getOutputValue(List<T> output,
int i)
Returns a specific output value.
|
T |
ExtendedDataTypeFloat.getOutputValue(O output,
int i)
Returns a specific output value.
|
abstract T |
ExtendedDataType.getOutputValue(O output,
int index)
Returns a specific output value.
|
Float |
ExtendedDataTypeNumber.getStorageValue(float[] storage,
int index)
Returns a specific storage value.
|
T |
ExtendedDataTypeFloat.getStorageValue(float[] storage,
int i)
Returns a specific storage value.
|
T |
ExtendedDataTypeList.getStorageValue(List<T> output,
int i)
Returns a specific storage value.
|
abstract T |
ExtendedDataType.getStorageValue(S storage,
int index)
Returns a specific storage value.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.