public interface SequenceDBProvider
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
The name of this provider.
|
SequenceDBLite |
getSequenceDB(java.util.Map config)
Get a sequence database.
|
java.lang.String getName()
SequenceDBLite getSequenceDB(java.util.Map config) throws RegistryException, BioException
config
- a Map containing key-value pairs identifying the
database to resolve.RegistryException
BioException