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 |
---|---|
<O,S> O |
Trajectory.getExtendedData(ExtendedDataType<?,O,S> extendedDataType) |
Constructor and Description |
---|
CrossSection(LinkDataInterface link,
KpiGtuDirectionality direction,
double fraction)
Constructor with link and direction.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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–2017 Delft University of Technology. All rights reserved.