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

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

public class MatcherInput
extends Object


Field Summary
 List<SingleEntry> entries
           
 
Constructor Summary
MatcherInput()
           
 
Method Summary
 void addEntry(int id, String originalName, String parsedScientificName, String parsedAuthorship, List<String> otherElements)
           
 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

MatcherInput

public MatcherInput()
Method Detail

addEntry

public void addEntry(int id,
                     String originalName,
                     String parsedScientificName,
                     String parsedAuthorship,
                     List<String> otherElements)

getEntriesNumber

public int getEntriesNumber()

getEntry

public SingleEntry getEntry(int index)


Copyright © 2014. All Rights Reserved.