org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts
Class MatcherOutput
java.lang.Object
org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts.MatcherOutput
public class MatcherOutput
- extends Object
|
Method Summary |
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 scientificName,
String author,
String targetID)
|
int |
getEntriesNumber()
|
SingleEntry |
getEntry(int index)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entries
public List<SingleEntry> entries
MatcherOutput
public MatcherOutput()
addEntry
public void addEntry(int id,
String originalName,
String parsedScientificName,
String parsedAuthorship,
double matchingScore,
String targetDataSource,
String targetID,
String targetScientificName,
String targetAuthor,
List<String> otherElements)
getEntriesNumber
public int getEntriesNumber()
getEntry
public SingleEntry getEntry(int index)
contains
public boolean contains(String scientificName,
String author,
String targetID)
Copyright © 2014. All Rights Reserved.