Uses of Class
org.gbif.api.model.checklistbank.ParsedName
Packages that use ParsedName
-
Uses of ParsedName in org.gbif.api.service.checklistbank
Methods in org.gbif.api.service.checklistbank that return ParsedNameModifier and TypeMethodDescriptionParsedNameService.get
(int nameKey) Retrieves a parsed name by its name key.NameUsageService.getParsedName
(int taxonKey) Gets the parsed name representation of a given name usage.Delegate method to parse a scientific name of unknown rank.Fully parse the supplied name also trying to extract authorships, a conceptual sec reference, remarks or notes on the nomenclatural status.NameParser.parseQuietly
(String scientificName) Delegate method to parse a scientific name of unknown rank quietly.NameParser.parseQuietly
(String scientificName, Rank rank) Fully parses a name using #parse(String, Rank) but converts names that throw a UnparsableException into ParsedName objects with the scientific name, rank and name type given.