public static class MappingParser.ParserConfiguration extends Object
| Constructor and Description |
|---|
MappingParser.ParserConfiguration(org.gcube.data.analysis.tabulardata.model.table.Table previousCodelistVersion,
org.gcube.data.analysis.tabulardata.model.table.Table currentCodelistVersion) |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.data.analysis.tabulardata.model.table.Table |
getCurrentCodelistVersion() |
MappingParser.MappingDirection |
getDirection() |
org.gcube.data.analysis.tabulardata.model.table.Table |
getPreviousCodelistVersion() |
double |
getScoreThreshold() |
boolean |
isSkipOnError() |
void |
setDirection(MappingParser.MappingDirection direction) |
void |
setScoreThreshold(double scoreThreshold) |
void |
setSkipOnError(boolean skipOnError) |
public MappingParser.ParserConfiguration(org.gcube.data.analysis.tabulardata.model.table.Table previousCodelistVersion,
org.gcube.data.analysis.tabulardata.model.table.Table currentCodelistVersion)
public org.gcube.data.analysis.tabulardata.model.table.Table getCurrentCodelistVersion()
public org.gcube.data.analysis.tabulardata.model.table.Table getPreviousCodelistVersion()
public void setDirection(MappingParser.MappingDirection direction)
public MappingParser.MappingDirection getDirection()
public boolean isSkipOnError()
public double getScoreThreshold()
public void setScoreThreshold(double scoreThreshold)
scoreThreshold - the scoreThreshold to setpublic void setSkipOnError(boolean skipOnError)
skipOnError - the skipOnError to setCopyright © 2014. All Rights Reserved.