public class TableLookupService extends Object implements ExternalLookupService
ExternalLookupService.LookupEntry
Constructor and Description |
---|
TableLookupService(Iterable<ExternalLookupService.LookupEntry> dataProvider) |
Modifier and Type | Method and Description |
---|---|
List<ExternalLookupService.LookupEntry> |
lookup(String id)
Lookup the information for the given identifier.
|
ExternalLookupService.LookupEntry |
lookup(String id,
String taxon)
Lookup the information for the given identifier and taxon.
|
public TableLookupService(Iterable<ExternalLookupService.LookupEntry> dataProvider)
public List<ExternalLookupService.LookupEntry> lookup(String id)
ExternalLookupService
lookup
in interface ExternalLookupService
public ExternalLookupService.LookupEntry lookup(String id, String taxon)
ExternalLookupService
lookup
in interface ExternalLookupService
Copyright © 2010–2015. All rights reserved.