org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts
Class MatcherOutput

java.lang.Object
  extended by org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts.MatcherOutput

public class MatcherOutput
extends Object


Field Summary
 List<SingleEntry> entries
           
 
Constructor Summary
MatcherOutput()
           
 
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
 

Field Detail

entries

public List<SingleEntry> entries
Constructor Detail

MatcherOutput

public MatcherOutput()
Method Detail

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 © 2013. All Rights Reserved.