| Package | Description | 
|---|---|
| org.biojavax | 
 The Biojava extensions packages, classes that extend the core biojava 
     functionality
  The biojavax packages contain a number of extensions to the core biojava 
     interfaces. 
 | 
| org.biojavax.bio | 
 Classes to represent biological entities and their relationships. 
 | 
| org.biojavax.bio.db | 
 Interactions between biojavax objects and a DB. 
 | 
| org.biojavax.bio.db.biosql | 
 Interface between biojava and biosql databases 
 | 
| org.biojavax.bio.seq | 
 Rich implementations of Sequences, Locations and Features. 
 | 
| org.biojavax.bio.seq.io | 
 Classes to support the I/O of RichSequence and 
     Bioentry objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BioEntry | 
DummyCrossReferenceResolver.getRemoteBioEntry(CrossRef cr)
Given the  
CrossRef return the corresponding
 BioEntry | 
BioEntry | 
CrossReferenceResolver.getRemoteBioEntry(CrossRef cr)
Given the  
CrossRef return the corresponding
 BioEntry | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleBioEntry
Reference implementation of a BioEntry object which has no features or sequence. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BioEntry | 
BioEntryRelationship.getObject()
Returns the object of this relationship (ie. the BioEntry which
 this relationship starts from). 
 | 
BioEntry | 
SimpleBioEntryRelationship.getObject()
Returns the object of this relationship (ie. the BioEntry which
 this relationship starts from). 
 | 
BioEntry | 
BioEntryRelationship.getSubject()
Returns the subject of this relationship (ie. the BioEntry which
 this relationship targets). 
 | 
BioEntry | 
SimpleBioEntryRelationship.getSubject()
Returns the subject of this relationship (ie. the BioEntry which
 this relationship targets). 
 | 
BioEntry | 
BioEntryIterator.nextBioEntry()  | 
| Constructor and Description | 
|---|
SimpleBioEntryRelationship(BioEntry object,
                          BioEntry subject,
                          ComparableTerm term,
                          Integer rank)
Creates a new instance of SimpleBioEntryRelationship. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BioEntry | 
BioEntryDBLite.getBioEntry(String id)
Retrieve a single BioEntry by its id. 
 | 
BioEntry | 
HashBioEntryDB.getBioEntry(String id)  | 
BioEntry | 
AbstractRichSequenceDB.getBioEntry(String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BioEntryDBLite.addBioEntry(BioEntry seq)
Adds a sequence to the database. 
 | 
void | 
HashBioEntryDB.addBioEntry(BioEntry seq)
Add a BioEntry, the name of the BioEntry will be used as the ID 
 | 
void | 
AbstractRichSequenceDB.addBioEntry(BioEntry seq)  | 
void | 
AbstractBioEntryDB.addBioEntry(BioEntry seq)  | 
protected void | 
HashBioEntryDB.addBioEntry(String id,
           BioEntry seq)  | 
| Modifier and Type | Method and Description | 
|---|---|
BioEntry | 
BioSQLBioEntryDB.getBioEntry(String id)  | 
BioEntry | 
BioSQLCrossReferenceResolver.getRemoteBioEntry(CrossRef cr)
Given the  
CrossRef return the corresponding
 BioEntry | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BioSQLBioEntryDB._addBioEntry(BioEntry seq)  | 
void | 
BioSQLBioEntryDB.addBioEntry(BioEntry seq)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
RichSequence
A rich sequence is a combination of a org.biojavax.bio.Bioentry and a
 Sequence. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleRichSequence
A simple implementation of RichSequence. 
 | 
class  | 
ThinRichSequence
A simple implementation of RichSequence. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BioEntry | 
RichSequence.IOTools.SingleRichSeqIterator.nextBioEntry() | 
| Modifier and Type | Method and Description | 
|---|---|
BioEntry | 
RichStreamReader.nextBioEntry() | 
BioEntry | 
HashedFastaIterator.nextBioEntry()  | 
Copyright © 2020 BioJava. All rights reserved.