public abstract class CsvSchema<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,Integer> |
columnIndexes |
protected double |
distanceMultiplier |
protected int |
nLinesToDiscard |
protected String |
separators |
protected String |
skipLineMarker |
Constructor and Description |
---|
CsvSchema()
Constructor
|
Modifier and Type | Method and Description |
---|---|
Integer |
getColumnIndex(String key) |
double |
getDistanceMultiplier() |
int |
getNLinesToDiscard() |
String |
getSeparators() |
String |
getSkipLineMarker() |
protected abstract Map<String,Integer> |
setupColumnIndexes() |
protected double |
setupDistanceMultiplier() |
protected int |
setupNLinesToDiscard() |
protected String |
setupSeparators() |
protected String |
setupSkipLineMarker() |
protected final String separators
protected final String skipLineMarker
protected final int nLinesToDiscard
protected final double distanceMultiplier
protected String setupSeparators()
protected String setupSkipLineMarker()
protected int setupNLinesToDiscard()
protected double setupDistanceMultiplier()
public int getNLinesToDiscard()
public String getSeparators()
public String getSkipLineMarker()
public double getDistanceMultiplier()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.