| 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  CrossRefreturn the correspondingBioEntry | 
| BioEntry | CrossReferenceResolver. getRemoteBioEntry(CrossRef cr)Given the  CrossRefreturn the correspondingBioEntry | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimpleBioEntryReference implementation of a BioEntry object which has no features or sequence. | 
| Modifier and Type | Method and Description | 
|---|---|
| BioEntry | SimpleBioEntryRelationship. getObject()Returns the object of this relationship (ie. the BioEntry which
 this relationship starts from). | 
| BioEntry | BioEntryRelationship. getObject()Returns the object of this relationship (ie. the BioEntry which
 this relationship starts from). | 
| BioEntry | SimpleBioEntryRelationship. getSubject()Returns the subject of this relationship (ie. the BioEntry which
 this relationship targets). | 
| BioEntry | BioEntryRelationship. 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 | HashBioEntryDB. getBioEntry(String id) | 
| BioEntry | BioEntryDBLite. getBioEntry(String id)Retrieve a single BioEntry by its id. | 
| BioEntry | AbstractRichSequenceDB. getBioEntry(String id) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HashBioEntryDB. addBioEntry(BioEntry seq)Add a BioEntry, the name of the BioEntry will be used as the ID | 
| void | BioEntryDBLite. addBioEntry(BioEntry seq)Adds a sequence to the database. | 
| 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  CrossRefreturn the correspondingBioEntry | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BioSQLBioEntryDB. _addBioEntry(BioEntry seq) | 
| void | BioSQLBioEntryDB. addBioEntry(BioEntry seq) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | RichSequenceA rich sequence is a combination of a org.biojavax.bio.Bioentry and a
 Sequence. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimpleRichSequenceA simple implementation of RichSequence. | 
| class  | ThinRichSequenceA 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 © 2014 BioJava. All rights reserved.