Class NumericParameterData
java.lang.Object
org.opentrafficsim.kpi.sampling.DataType<T,G>
org.opentrafficsim.kpi.sampling.data.ExtendedDataType<Float,float[],float[],G>
org.opentrafficsim.kpi.sampling.data.ExtendedDataNumber<GtuDataRoad>
org.opentrafficsim.road.network.sampling.data.NumericParameterData
- All Implemented Interfaces:
Identifiable
Trajectory data for a numerical parameter type. Typically this involves a parameter that represents an internal model state,
i.e. one that is variable over time. For static parameters a
FilterDataType is more suitable.
Copyright (c) 2026-2026 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Wouter Schakel
-
Constructor Summary
ConstructorsConstructorDescriptionNumericParameterData(ParameterTypeNumeric<? extends Number> parameterType) Constructor. -
Method Summary
Methods inherited from class org.opentrafficsim.kpi.sampling.data.ExtendedDataNumber
convert, getOutputValue, getStorageValue, initializeStorage, parseValue, setValueMethods inherited from class org.opentrafficsim.kpi.sampling.data.ExtendedDataType
interpolate, toString
-
Constructor Details
-
NumericParameterData
Constructor.- Parameters:
parameterType- parameter type
-
-
Method Details
-
getValue
- Specified by:
getValuein classExtendedDataType<Float,float[], float[], GtuDataRoad>
-