Interface BioEntryDBLite

All Known Subinterfaces:
BioEntryDB, RichSequenceDB, RichSequenceDBLite
All Known Implementing Classes:
AbstractBioEntryDB, AbstractRichSequenceDB, BioSQLBioEntryDB, BioSQLRichSequenceDB, GenbankRichSequenceDB, GenpeptRichSequenceDB, HashBioEntryDB, HashRichSequenceDB

public interface BioEntryDBLite
A database of BioEntrys. This may have several implementations with rich behaviour, but basically most of the time you will just use the interface methods to do stuff. A BioEntry database contains a finite number of BioEntrys stored under unique keys.
Since:
1.5
Author:
Matthew Pocock, Gerald Loeffler, Thomas Down, Richard Holland