Class SpeedLimit
java.lang.Object
org.opentrafficsim.kpi.sampling.data.ExtendedDataType<T,O,float[],G>
org.opentrafficsim.kpi.sampling.data.ExtendedDataFloat<SpeedUnit,FloatSpeed,FloatSpeedVector,G>
org.opentrafficsim.kpi.sampling.data.ExtendedDataSpeed<GtuDataRoad>
org.opentrafficsim.road.network.sampling.data.SpeedLimit
- All Implemented Interfaces:
org.opentrafficsim.base.Identifiable
Speed limit for trajectories.
Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal FloatSpeed
getValue
(GtuDataRoad gtu) final String
toString()
Methods inherited from class org.opentrafficsim.kpi.sampling.data.ExtendedDataSpeed
convert, convertValue, interpolate, parseValue
Methods inherited from class org.opentrafficsim.kpi.sampling.data.ExtendedDataFloat
convert, getOutputValue, getStorageValue, initializeStorage, setValue
Methods inherited from class org.opentrafficsim.kpi.sampling.data.ExtendedDataType
equals, getDescription, getId, getType, hashCode
-
Constructor Details
-
SpeedLimit
public SpeedLimit()Constructor.
-
-
Method Details
-
getValue
- Specified by:
getValue
in classExtendedDataType<FloatSpeed,
FloatSpeedVector, float[], GtuDataRoad>
-
toString
- Overrides:
toString
in classExtendedDataType<FloatSpeed,
FloatSpeedVector, float[], GtuDataRoad>
-