Class ReactionTime
java.lang.Object
org.opentrafficsim.kpi.sampling.data.ExtendedDataType<T,O,float[],G>
org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeFloat<DurationUnit,FloatDuration,FloatDurationVector,G>
org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeDuration<GtuData>
org.opentrafficsim.road.network.sampling.data.ReactionTime
- All Implemented Interfaces:
Identifiable
public class ReactionTime extends ExtendedDataTypeDuration<GtuData>
Leader id in trajectory information.
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version 19 mrt. 2019
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Constructor Summary
Constructors Constructor Description ReactionTime()
Constructor. -
Method Summary
Modifier and Type Method Description FloatDuration
getValue(GtuData gtu)
Methods inherited from class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeDuration
convert, convertValue, interpolate
Methods inherited from class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeFloat
convert, formatValue, getOutputValue, getStorageValue, initializeStorage, setValue
Methods inherited from class org.opentrafficsim.kpi.sampling.data.ExtendedDataType
equals, getId, hashCode
-
Constructor Details
-
ReactionTime
public ReactionTime()Constructor.
-
-
Method Details
-
getValue
- Specified by:
getValue
in classExtendedDataType<FloatDuration,FloatDurationVector,float[],GtuData>
-