Class ExtendedDataString<G extends GtuData>
java.lang.Object
org.opentrafficsim.kpi.sampling.DataType<T,G>
 
org.opentrafficsim.kpi.sampling.data.ExtendedDataType<T,List<T>,List<T>,G>
   
org.opentrafficsim.kpi.sampling.data.ExtendedDataList<String,G>
 
org.opentrafficsim.kpi.sampling.data.ExtendedDataString<G>
- Type Parameters:
- G- GTU data type
- All Implemented Interfaces:
- org.djutils.base.Identifiable
Extended data type for string values.
 
 Copyright (c) 2013-2024 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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionparseValue(String string) Parses a stored string representation to original type.Methods inherited from class org.opentrafficsim.kpi.sampling.data.ExtendedDataListconvert, getOutputValue, getStorageValue, initializeStorage, setValueMethods inherited from class org.opentrafficsim.kpi.sampling.data.ExtendedDataTypegetValue, interpolate, toString
- 
Constructor Details- 
ExtendedDataStringConstructor.- Parameters:
- id- id
- description- description
 
 
- 
- 
Method Details- 
parseValueDescription copied from class:ExtendedDataTypeParses a stored string representation to original type.- Specified by:
- parseValuein class- ExtendedDataType<String,- List<String>, - List<String>, - G extends GtuData> 
- Parameters:
- string- stored string representation
- Returns:
- value in original type
 
 
-