Uses of Class
org.biojavax.bio.db.AbstractBioEntryDB
-
Packages that use AbstractBioEntryDB Package Description org.biojavax.bio.db Interactions between biojavax objects and a DB.org.biojavax.bio.db.biosql Interface between biojava and biosql databasesorg.biojavax.bio.db.ncbi Interfaces to NCBI data. -
-
Uses of AbstractBioEntryDB in org.biojavax.bio.db
Subclasses of AbstractBioEntryDB in org.biojavax.bio.db Modifier and Type Class Description classAbstractRichSequenceDBAn abstract implementation of RichSequenceDB that provides the getRichSequenceIterator method.classHashBioEntryDBAn implementation of RichSequenceDB that uses an underlying HashMap to store the RichSequence objects.classHashRichSequenceDBAn implementation of RichSequenceDB that uses an underlying HashMap to store the RichSequence objects. -
Uses of AbstractBioEntryDB in org.biojavax.bio.db.biosql
Subclasses of AbstractBioEntryDB in org.biojavax.bio.db.biosql Modifier and Type Class Description classBioSQLBioEntryDBclassBioSQLRichSequenceDB -
Uses of AbstractBioEntryDB in org.biojavax.bio.db.ncbi
Subclasses of AbstractBioEntryDB in org.biojavax.bio.db.ncbi Modifier and Type Class Description classGenbankRichSequenceDBThis class contains functions accessing DNA sequences in Genbank format.classGenpeptRichSequenceDBThis class contains functions accessing Peptide sequences in Genpept format.
-