Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

fp.services.SciNameServiceParent [FP-KurationServices]

        • Parent class of fp.Services.COLService.  Implements most of the methods called by akka.fp.NewScientificNameValidator actor on the scientificNameService.
        • Most of name validation logic is defined in validateScientificName() method which calls methods on other objects and services.
        • Begins by checking internal consistency of scientific name fields scientificName,  genus,  subgenus,  specificEpithet,  verbatimTaxonRank,  taxonRank, infraspecificEpithet using the static checkConsistencyToAtomicField() method on fp.util.SciNameServiceUtil.
           

           

fp.util.SciNameServiceUtil

...