Interface | Description |
---|---|
BioEntryDB |
.
|
BioEntryDBLite |
A database of BioEntrys.
|
RichSequenceDB |
A database of RichSequences with accessible keys and iterators over all
sequences.
|
RichSequenceDBLite |
A database of RichSequences.
|
Class | Description |
---|---|
AbstractBioEntryDB |
An abstract implementation of BioEntryDB that provides the getBioEntryIterator
method.
|
AbstractRichSequenceDB |
An abstract implementation of RichSequenceDB that provides the getRichSequenceIterator
method.
|
HashBioEntryDB |
An implementation of RichSequenceDB that uses an underlying HashMap to store the
RichSequence objects.
|
HashRichSequenceDB |
An implementation of RichSequenceDB that uses an underlying HashMap to store the
RichSequence objects.
|
Interactions between biojavax objects and a DB.
Copyright © 2014 BioJava. All rights reserved.