public class MatcherInput extends Object
| Modifier and Type | Field and Description |
|---|---|
List<SingleEntry> |
entries |
| Constructor and Description |
|---|
MatcherInput() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(int id,
String originalName,
String parsedScientificName,
String parsedAuthorship,
List<String> otherElements) |
int |
getEntriesNumber() |
SingleEntry |
getEntry(int index) |
public List<SingleEntry> entries
Copyright © 2014. All Rights Reserved.