public class AmbiguousColumnSource extends Object
| Constructor and Description |
|---|
AmbiguousColumnSource(String columnName,
List<ColumnSource> candidates) |
| Modifier and Type | Method and Description |
|---|---|
ColumnSource |
getBestCandidate()
Gets the most likely candidate (highest confidence)
|
int |
getCandidateCount()
Gets the number of candidates
|
List<ColumnSource> |
getCandidates() |
String |
getColumnName() |
boolean |
hasDefiniteMatches()
Checks if there are definite matches (confidence = 1.0)
among the candidates
|
String |
toString() |
public AmbiguousColumnSource(String columnName, List<ColumnSource> candidates)
public String getColumnName()
public List<ColumnSource> getCandidates()
public ColumnSource getBestCandidate()
public int getCandidateCount()
public boolean hasDefiniteMatches()