Uses of Class
org.opentrafficsim.kpi.sampling.SamplingException
Packages that use SamplingException
Package
Description
Classes for sampling simulation data.
Extended data for trajectories.
-
Uses of SamplingException in org.opentrafficsim.kpi.sampling
Methods in org.opentrafficsim.kpi.sampling that throw SamplingExceptionModifier and TypeMethodDescriptionfloatTrajectory.getA(int index) Returnsavalue of a single sample.<O,S> O Trajectory.getExtendedData(ExtendedDataType<?, O, S, ?> extendedDataType) Returns the output data of the extended data type.<T,S> T Trajectory.getExtendedData(ExtendedDataType<T, ?, S, ?> extendedDataType, int index) Returns extended data type value of a single sample.floatTrajectory.getT(int index) Returnstvalue of a single sample.floatTrajectory.getV(int index) Returnsvvalue of a single sample.floatTrajectory.getX(int index) Returnsxvalue of a single sample.Constructors in org.opentrafficsim.kpi.sampling that throw SamplingExceptionModifierConstructorDescriptionCrossSection(LinkData<?> link, double fraction) Constructor with link and fraction. -
Uses of SamplingException in org.opentrafficsim.kpi.sampling.data
Methods in org.opentrafficsim.kpi.sampling.data that throw SamplingExceptionModifier and TypeMethodDescriptionfinal TExtendedDataFloat.getOutputValue(O output, int i) Returns a specific output value.ExtendedDataList.getOutputValue(List<T> output, int i) Returns a specific output value.ExtendedDataNumber.getOutputValue(float[] output, int index) Returns a specific output value.abstract TExtendedDataType.getOutputValue(O output, int index) Returns a specific output value.ExtendedDataFloat.getStorageValue(float[] storage, int i) Returns a specific storage value.ExtendedDataList.getStorageValue(List<T> output, int i) Returns a specific storage value.ExtendedDataNumber.getStorageValue(float[] storage, int index) Returns a specific storage value.abstract TExtendedDataType.getStorageValue(S storage, int index) Returns a specific storage value.