|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RankType | |
|---|---|
| au.org.ala.names.model | |
| au.org.ala.names.search | |
| Uses of RankType in au.org.ala.names.model |
|---|
| Methods in au.org.ala.names.model that return RankType | |
|---|---|
static RankType |
RankType.getForCBRank(org.gbif.ecat.voc.Rank cbRank)
|
static RankType |
RankType.getForId(java.lang.Integer id)
|
static RankType |
RankType.getForName(java.lang.String field)
|
static RankType |
RankType.getForStrRank(java.lang.String rank)
Gets the Rank Type for the supplied raw string... |
RankType |
NameSearchResult.getRank()
|
static RankType |
RankType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RankType[] |
RankType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in au.org.ala.names.model that return types with arguments of type RankType | |
|---|---|
static java.util.Set<RankType> |
RankType.getAllRanksBelow(java.lang.Integer rank)
|
| Methods in au.org.ala.names.model with parameters of type RankType | |
|---|---|
boolean |
LinnaeanRankClassification.hasIdenticalClassification(LinnaeanRankClassification lrc,
RankType matchLevel)
checks to see if the non-null values of this classification are identical to the supplied classification This is used to determine whether classification match. |
void |
NameSearchResult.setRank(RankType rank)
|
| Uses of RankType in au.org.ala.names.search |
|---|
| Methods in au.org.ala.names.search that return RankType | |
|---|---|
RankType |
ALANameSearcher.resolveIRMNGHomonym(LinnaeanRankClassification cl,
RankType rank)
Attempt to resolve the homonym using the IRMNG index. |
| Methods in au.org.ala.names.search with parameters of type RankType | |
|---|---|
org.apache.lucene.search.TopDocs |
ALANameSearcher.getIRMNGGenus(LinnaeanRankClassification cl,
RankType rank)
Multiple genus indicate that an unresolved homonym exists for the supplied search details. |
RankType |
ALANameSearcher.resolveIRMNGHomonym(LinnaeanRankClassification cl,
RankType rank)
Attempt to resolve the homonym using the IRMNG index. |
java.lang.String |
ALANameSearcher.searchForLSID(java.lang.String name,
LinnaeanRankClassification cl,
RankType rank)
Search for an LSID based on suppled name, classification and rank without a fuzzy match... |
java.lang.String |
ALANameSearcher.searchForLSID(java.lang.String name,
LinnaeanRankClassification cl,
RankType rank,
boolean fuzzy,
boolean ignoreHomonym)
Search for an LSID based on the supplied name, classification and rank with or without fuzzy name matching. |
java.lang.String |
ALANameSearcher.searchForLSID(java.lang.String name,
RankType rank)
Searches for an LSID of the supplied name and rank without a fuzzy match... |
java.lang.String |
ALANameSearcher.searchForLSID(java.lang.String name,
RankType rank,
boolean fuzzy)
Searches the index for the supplied name of the specified rank with or without fuzzy name matching. |
java.lang.String |
ALANameSearcher.searchForLSID(java.lang.String name,
RankType rank,
boolean fuzzy,
boolean ignoreHomonyms)
Searches for the supplied name of the specified rank with or without fuzzy name matching. |
java.lang.String |
ALANameSearcher.searchForLSID(java.lang.String name,
java.lang.String kingdom,
java.lang.String scientificName,
RankType rank)
Deprecated. Use ALANameSearcher.searchForLSID(String, au.org.ala.names.model.LinnaeanRankClassification, au.org.ala.names.model.RankType) instead.
It is more extensible to supply a classification object then a list of higher classification |
NameSearchResult |
ALANameSearcher.searchForRecord(java.lang.String name,
LinnaeanRankClassification cl,
RankType rank)
Searches for a record based on the supplied name, classification and rank without fuzzy name matching |
NameSearchResult |
ALANameSearcher.searchForRecord(java.lang.String name,
LinnaeanRankClassification cl,
RankType rank,
boolean fuzzy)
|
NameSearchResult |
ALANameSearcher.searchForRecord(java.lang.String name,
LinnaeanRankClassification cl,
RankType rank,
boolean fuzzy,
boolean ignoreHomonyms)
Searches for a record based on the supplied name, rank and classification with or without fuzzy name matching. |
NameSearchResult |
ALANameSearcher.searchForRecord(java.lang.String name,
RankType rank)
Searches index for the supplied name and rank without a fuzzy match. |
NameSearchResult |
ALANameSearcher.searchForRecord(java.lang.String name,
RankType rank,
boolean fuzzy)
Searches the index for the supplied name of the specified rank. |
NameSearchResult |
ALANameSearcher.searchForRecord(java.lang.String name,
java.lang.String kingdom,
java.lang.String genus,
RankType rank)
Deprecated. Use ALANameSearcher.searchForRecord(java.lang.String, au.org.ala.names.model.LinnaeanRankClassification, au.org.ala.names.model.RankType, boolean) instead.
It is more extensible to supply a classification object then a list of higher classification |
java.util.List<NameSearchResult> |
ALANameSearcher.searchForRecords(java.lang.String name,
RankType rank,
boolean fuzzy)
Searches for records with the specified name and rank with or without fuzzy name matching |
java.util.List<NameSearchResult> |
ALANameSearcher.searchForRecords(java.lang.String name,
RankType rank,
LinnaeanRankClassification cl,
int max)
Searches for a list of results for the supplied name, classification and rank without fuzzy match |
java.util.List<NameSearchResult> |
ALANameSearcher.searchForRecords(java.lang.String name,
RankType rank,
LinnaeanRankClassification cl,
int max,
boolean fuzzy)
Searches for the records that satisfy the given conditions using the algorithm outlined in the class description. |
java.util.List<NameSearchResult> |
ALANameSearcher.searchForRecords(java.lang.String name,
RankType rank,
LinnaeanRankClassification cl,
int max,
boolean fuzzy,
boolean ignoreHomonyms)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||