public interface IPurpose
| Modifier and Type | Method and Description |
|---|---|
void |
addPurposeColumn(PurposeColumn pc) |
double |
calculateScore(RecordInterface basein,
RecordInterface comparitorin,
boolean forSearch,
boolean asContent,
boolean matchScoring) |
void |
convertTargetAlgo(String algo) |
void |
deletePurposeColumn(String purposeColumnName) |
List<PurposeColumn> |
getPurposeColumns() |
String |
getPurposeName() |
String |
getPurposeType() |
ISchemaMeta |
getSchDoc() |
String |
getSchemaName() |
Collection<String> |
getTableColumns(String tableName) |
int |
getTargetAlgo() |
void |
setPurposeColumns(List<PurposeColumn> pc) |
void |
setPurposeName(String purposeName) |
void |
setPurposeType(String purposeType) |
void |
setSchDoc(SchemaMeta schemaMeta) |
void |
setSchemaName(String schemaName) |
void |
setTargetAlgo(int algo) |
RecordInterface |
standardize(RecordInterface basein) |
ISchemaMeta getSchDoc()
double calculateScore(RecordInterface basein, RecordInterface comparitorin, boolean forSearch, boolean asContent, boolean matchScoring) throws Exception
ExceptionRecordInterface standardize(RecordInterface basein) throws Exception
ExceptionString getPurposeName()
void setPurposeName(String purposeName)
void addPurposeColumn(PurposeColumn pc)
List<PurposeColumn> getPurposeColumns()
void setPurposeColumns(List<PurposeColumn> pc)
int getTargetAlgo()
void setTargetAlgo(int algo)
String getPurposeType()
void setPurposeType(String purposeType)
void convertTargetAlgo(String algo)
Collection<String> getTableColumns(String tableName)
void setSchemaName(String schemaName)
String getSchemaName()
void deletePurposeColumn(String purposeColumnName)
void setSchDoc(SchemaMeta schemaMeta)
Copyright © 2021. All rights reserved.