Uses of Interface
org.biojavax.bio.db.BioEntryDB
- 
Packages that use BioEntryDB 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 BioEntryDB in org.biojavax.bio.db
Subinterfaces of BioEntryDB in org.biojavax.bio.db Modifier and Type Interface Description interfaceRichSequenceDBA database of RichSequences with accessible keys and iterators over all sequences.Classes in org.biojavax.bio.db that implement BioEntryDB Modifier and Type Class Description classAbstractBioEntryDBAn abstract implementation of BioEntryDB that provides the getBioEntryIterator method.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.Methods in org.biojavax.bio.db that return BioEntryDB Modifier and Type Method Description BioEntryDBAbstractRichSequenceDB. getBioEntrys(Set ids)BioEntryDBAbstractRichSequenceDB. getBioEntrys(Set ids, BioEntryDB db)BioEntryDBBioEntryDBLite. getBioEntrys(Set ids)Retrieve multiple BioEntry by their ids.BioEntryDBBioEntryDBLite. getBioEntrys(Set ids, BioEntryDB db)Retrieve multiple BioEntry into a specific sequence database.BioEntryDBHashBioEntryDB. getBioEntrys(Set ids)BioEntryDBHashBioEntryDB. getBioEntrys(Set ids, BioEntryDB db)Methods in org.biojavax.bio.db with parameters of type BioEntryDB Modifier and Type Method Description BioEntryDBAbstractRichSequenceDB. getBioEntrys(Set ids, BioEntryDB db)BioEntryDBBioEntryDBLite. getBioEntrys(Set ids, BioEntryDB db)Retrieve multiple BioEntry into a specific sequence database.BioEntryDBHashBioEntryDB. getBioEntrys(Set ids, BioEntryDB db) - 
Uses of BioEntryDB in org.biojavax.bio.db.biosql
Classes in org.biojavax.bio.db.biosql that implement BioEntryDB Modifier and Type Class Description classBioSQLBioEntryDBclassBioSQLRichSequenceDBMethods in org.biojavax.bio.db.biosql that return BioEntryDB Modifier and Type Method Description BioEntryDBBioSQLBioEntryDB. getBioEntrys(Set ids)BioEntryDBBioSQLBioEntryDB. getBioEntrys(Set ids, BioEntryDB db)Methods in org.biojavax.bio.db.biosql with parameters of type BioEntryDB Modifier and Type Method Description BioEntryDBBioSQLBioEntryDB. getBioEntrys(Set ids, BioEntryDB db) - 
Uses of BioEntryDB in org.biojavax.bio.db.ncbi
Classes in org.biojavax.bio.db.ncbi that implement BioEntryDB 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. 
 -