| Package | Description |
|---|---|
| de.uni_jena.cs.fusion.client.worms |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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<AphiaRecord> |
WormsClient.aphiaSynonymsByAphiaId(long aphiaId)
Get all synonyms for a given AphiaID.
|
Copyright © 2020. All Rights Reserved.