Uses of Class
org.opentrafficsim.kpi.sampling.SamplingException
Package | Description |
---|---|
org.opentrafficsim.kpi.sampling |
Classes for sampling simulation data.
|
org.opentrafficsim.kpi.sampling.data |
Extended data for trajectories.
|
-
Uses of SamplingException in org.opentrafficsim.kpi.sampling
Methods in org.opentrafficsim.kpi.sampling that throw SamplingException Modifier and Type Method Description float
Trajectory. getA(int index)
Returnsa
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)
Returnst
value of a single sample.float
Trajectory. getV(int index)
Returnsv
value of a single sample.float
Trajectory. getX(int index)
Returnsx
value of a single sample.Constructors in org.opentrafficsim.kpi.sampling that throw SamplingException Constructor Description CrossSection(LinkDataInterface link, KpiGtuDirectionality direction, double fraction)
Constructor with link and direction. -
Uses of SamplingException in org.opentrafficsim.kpi.sampling.data
Methods in org.opentrafficsim.kpi.sampling.data that throw SamplingException Modifier and Type Method Description abstract T
ExtendedDataType. getOutputValue(O output, int index)
Returns a specific output value.T
ExtendedDataTypeFloat. getOutputValue(O output, int i)
Returns a specific output value.T
ExtendedDataTypeList. getOutputValue(java.util.List<T> output, int i)
Returns a specific output value.java.lang.Float
ExtendedDataTypeNumber. getOutputValue(float[] output, int index)
Returns a specific output value.abstract T
ExtendedDataType. getStorageValue(S storage, int index)
Returns a specific storage value.T
ExtendedDataTypeFloat. getStorageValue(float[] storage, int i)
Returns a specific storage value.T
ExtendedDataTypeList. getStorageValue(java.util.List<T> output, int i)
Returns a specific storage value.java.lang.Float
ExtendedDataTypeNumber. getStorageValue(float[] storage, int index)
Returns a specific storage value.