Uses of Class
org.gbif.api.model.checklistbank.NameUsageMatch
-
Packages that use NameUsageMatch Package Description org.gbif.api.model.checklistbank org.gbif.api.service.checklistbank -
-
Uses of NameUsageMatch in org.gbif.api.model.checklistbank
Methods in org.gbif.api.model.checklistbank that return types with arguments of type NameUsageMatch Modifier and Type Method Description List<NameUsageMatch>
NameUsageMatch. getAlternatives()
Method parameters in org.gbif.api.model.checklistbank with type arguments of type NameUsageMatch Modifier and Type Method Description void
NameUsageMatch. setAlternatives(List<NameUsageMatch> alternatives)
-
Uses of NameUsageMatch in org.gbif.api.service.checklistbank
Methods in org.gbif.api.service.checklistbank that return NameUsageMatch Modifier and Type Method Description NameUsageMatch
NameUsageMatchingService. match(String scientificName, Rank rank, LinneanClassification classification, boolean strict, boolean verbose)
Tries to match a scientific name with an optional classification given as individual parameters.
-