public interface NameUsageMatchingService
Modifier and Type | Method and Description |
---|---|
NameUsageMatch |
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.
|
NameUsageMatch match(String scientificName, @Nullable Rank rank, @Nullable LinneanClassification classification, boolean strict, boolean verbose)
scientificName
- the name to match againstrank
- of the name to matchclassification
- optional classification of the name to matchstrict
- if true only tries to match the scientific name, if false (the default) the matching
service tries also to match the lowest possible taxon from the given classificationverbose
- if true adds verbose matching information, i.e. list of alternative matchesCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.