| Package | Description |
|---|---|
| de.uni_jena.cs.fusion.client.worms |
| Modifier and Type | Method and Description |
|---|---|
Collection<AttributeKey> |
WormsClient.aphiaAttributeKeysById(long id,
boolean includeChildren)
Get attribute definitions.
|
Collection<Attribute> |
WormsClient.aphiaAttributesByAphiaId(long aphiaId,
boolean includeChildren)
Get a list of attributes for a given AphiaID
|
Collection<AttributeValue> |
WormsClient.aphiaAttributeValuesByCategoryId(long id)
Get list values that are grouped by an CateogryID
|
Collection<AphiaRecord> |
WormsClient.aphiaChildrenByAphiaId(long aphiaId,
boolean marineOnly)
Get the direct children for a given AphiaID.
|
Collection<AphiaRecord> |
WormsClient.aphiaChildrenByAphiaId(long aphiaId,
boolean marineOnly,
long offset)
Get the direct children (max.
|
Classification |
WormsClient.aphiaClassificationByAphiaId(long aphiaId)
Get the complete classification for one taxon.
|
Collection<Distribution> |
WormsClient.aphiaDistributionsByAphiaId(long aphiaId)
Get all distributions for a given AphiaID External Identifiers
|
Collection<String> |
WormsClient.aphiaExternalIdByAphiaId(long aphiaId,
ExternalIdentifierSource type)
Get any external identifier(s) for a given AphiaID
|
Long |
WormsClient.aphiaIdByName(String scientificName)
Get the AphiaID for a given name
|
Collection<AphiaAttributeSets> |
WormsClient.aphiaIdsByAttributeKeyId(long id)
Get a list of AphiaIDs with attribute tree for a given attribute definition
ID Distributions.
|
Collection<AphiaAttributeSets> |
WormsClient.aphiaIdsByAttributeKeyId(long id,
long offset)
Get a list of AphiaIDs (max 50) with attribute tree for a given attribute
definition ID Distributions.
|
String |
WormsClient.aphiaNameByAphiaId(long aphiaId)
Get the name for a given AphiaID
|
AphiaRecord |
WormsClient.aphiaRecordByAphiaId(long aphiaId)
Get the complete AphiaRecord for a given AphiaID
|
AphiaRecord |
WormsClient.aphiaRecordByExternalId(String id,
ExternalIdentifierSource type)
Get the Aphia Record for a given external identifier Sources
|
Collection<AphiaRecord> |
WormsClient.aphiaRecordsByDate(java.time.temporal.TemporalAccessor statdate,
java.time.temporal.TemporalAccessor enddate,
boolean marineOnly)
Lists all AphiaRecords (max.
|
Collection<AphiaRecord> |
WormsClient.aphiaRecordsByDate(java.time.temporal.TemporalAccessor statdate,
java.time.temporal.TemporalAccessor enddate,
boolean marineOnly,
long offset)
Lists all AphiaRecords (max.
|
List<Collection<AphiaRecord>> |
WormsClient.aphiaRecordsByMatchNames(List<String> scientificNames,
boolean marineOnly)
For each given scientific name (may include authority), try to find one or
more AphiaRecords, using the TAXAMATCH fuzzy matching algorithm by Tony Rees.
|
Collection<AphiaRecord> |
WormsClient.aphiaRecordsByName(String scientificName,
boolean like,
boolean marineOnly)
Get one or more matching AphiaRecords for a given name.
|
Collection<AphiaRecord> |
WormsClient.aphiaRecordsByName(String scientificName,
boolean like,
boolean marineOnly,
long offset)
Get one or more matching AphiaRecords (max.
|
List<Collection<AphiaRecord>> |
WormsClient.aphiaRecordsByNames(List<String> scientificNames,
boolean like,
boolean marineOnly)
For each given scientific name, try to find one or more AphiaRecords (max.
|
Collection<AphiaRecord> |
WormsClient.aphiaRecordsByVernacular(String vernacular,
boolean like)
Get one or more Aphia Records for a given vernacular.
|
Collection<AphiaRecord> |
WormsClient.aphiaRecordsByVernacular(String vernacular,
boolean like,
long offset)
Get one or more Aphia Records (max.
|
Collection<Source> |
WormsClient.aphiaSourcesByAphiaId(long aphiaId)
Get one or more sources/references including links, for one AphiaID
|
Collection<AphiaRecord> |
WormsClient.aphiaSynonymsByAphiaId(long aphiaId)
Get all synonyms for a given AphiaID.
|
Collection<Vernacular> |
WormsClient.aphiaVernacularsByAphiaId(long aphiaId)
Get all vernaculars for a given AphiaID
|
Copyright © 2020. All Rights Reserved.