Package | Description |
---|---|
owltools.gaf.lego.server.external |
Modifier and Type | Method and Description |
---|---|
ExternalLookupService.LookupEntry |
TableLookupService.lookup(String id,
String taxon) |
ExternalLookupService.LookupEntry |
ProteinToolService.lookup(String id,
String taxon) |
ExternalLookupService.LookupEntry |
GolrExternalLookupService.lookup(String id,
String taxon) |
ExternalLookupService.LookupEntry |
ExternalLookupService.lookup(String id,
String taxon)
Lookup the information for the given identifier and taxon.
|
ExternalLookupService.LookupEntry |
CombinedExternalLookupService.lookup(String id,
String taxon) |
ExternalLookupService.LookupEntry |
CachingExternalLookupService.lookup(String id,
String taxon) |
Modifier and Type | Method and Description |
---|---|
List<ExternalLookupService.LookupEntry> |
TableLookupService.lookup(String id) |
List<ExternalLookupService.LookupEntry> |
ProteinToolService.lookup(String id) |
List<ExternalLookupService.LookupEntry> |
GolrExternalLookupService.lookup(String id) |
List<ExternalLookupService.LookupEntry> |
ExternalLookupService.lookup(String id)
Lookup the information for the given identifier.
|
List<ExternalLookupService.LookupEntry> |
CombinedExternalLookupService.lookup(String id) |
List<ExternalLookupService.LookupEntry> |
CachingExternalLookupService.lookup(String id) |
Constructor and Description |
---|
TableLookupService(Iterable<ExternalLookupService.LookupEntry> dataProvider) |
Copyright © 2010–2015. All rights reserved.