Class LeaderId
- java.lang.Object
-
- org.opentrafficsim.kpi.sampling.data.ExtendedDataType<T,List<T>,List<T>,G>
-
- org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeList<String,G>
-
- org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeString<GtuData>
-
- org.opentrafficsim.road.network.sampling.data.LeaderId
-
- All Implemented Interfaces:
Identifiable
public class LeaderId extends ExtendedDataTypeString<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 LeaderId()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getValue(GtuData gtu)
-
Methods inherited from class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeString
formatValue, parseValue
-
Methods inherited from class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypeList
convert, getOutputValue, getStorageValue, initializeStorage, setValue
-
Methods inherited from class org.opentrafficsim.kpi.sampling.data.ExtendedDataType
equals, getId, getType, hashCode, interpolate
-
-