public class MatcherOutput extends Object
| Modifier and Type | Field and Description |
|---|---|
List<SingleEntry> |
entries |
| Constructor and Description |
|---|
MatcherOutput() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(int id,
String originalName,
String parsedScientificName,
String parsedAuthorship,
double matchingScore,
String targetDataSource,
String targetID,
String targetScientificName,
String targetAuthor,
List<String> otherElements) |
boolean |
contains(String inputName,
String scientificName,
String author,
String targetID) |
int |
getEntriesNumber() |
SingleEntry |
getEntry(int index) |
public List<SingleEntry> entries
public void addEntry(int id,
String originalName,
String parsedScientificName,
String parsedAuthorship,
double matchingScore,
String targetDataSource,
String targetID,
String targetScientificName,
String targetAuthor,
List<String> otherElements)
public int getEntriesNumber()
public SingleEntry getEntry(int index)
Copyright © 2014. All Rights Reserved.