| 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.seq | Rich implementations of Sequences, Locations and Features. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CrossRefRepresents a cross reference to another database. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimpleCrossRefA basic CrossRef implementation. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BioEntryThis class relates to the bioentry table in BioSQL. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimpleBioEntryReference implementation of a BioEntry object which has no features or sequence. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | RichFeatureRepresents a feature that can be given name and rank and be
 moved from one sequence to another. | 
| interface  | RichLocationDescribes locations, and adds the concepts of circularity, fuzziness,
 annotations, and cross-references to other databases. | 
| interface  | RichSequenceA rich sequence is a combination of a org.biojavax.bio.Bioentry and a
 Sequence. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompoundRichLocationAn implementation of RichLocation which covers multiple locations, 
 but on the same strand of the same (optionally circular) sequence. | 
| class  | EmptyRichLocationAn Empty implementation of RichLocation. | 
| class  | MultiSourceCompoundRichLocationAn implementation of RichLocation which possibly covers multiple locations, 
 on different strands, different circular lengths, or different sequences. | 
| class  | SimpleRichFeatureA simple implementation of RichFeature. | 
| class  | SimpleRichLocationA simple implementation of RichLocation. | 
| class  | SimpleRichSequenceA simple implementation of RichSequence. | 
| class  | ThinRichSequenceA simple implementation of RichSequence. | 
Copyright © 2020 BioJava. All rights reserved.