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