Class MatcherOutput


  • public class MatcherOutput
    extends Object
    • 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)