| Package | Description | 
|---|---|
| org.biojavax.bio | 
 Classes to represent biological entities and their relationships. 
 | 
| org.biojavax.bio.seq | 
 Rich implementations of Sequences, Locations and Features. 
 | 
| org.biojavax.ontology | 
 Extensions to the biojava ontology model that represent BioSQL ontology. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
BioEntry
This class relates to the bioentry table in BioSQL. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleBioEntry
Reference implementation of a BioEntry object which has no features or sequence. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
RichFeature
Represents a feature that can be given name and rank and be
 moved from one sequence to another. 
 | 
interface  | 
RichSequence
A rich sequence is a combination of a org.biojavax.bio.Bioentry and a
 Sequence. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleRichFeature
A simple implementation of RichFeature. 
 | 
class  | 
SimpleRichSequence
A simple implementation of RichSequence. 
 | 
class  | 
ThinRichSequence
A simple implementation of RichSequence. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ComparableTerm
Makes Term objects comparable properly and adds some extra features to them. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleComparableTerm
A Term object that can be compared and thus sorted. 
 | 
Copyright © 2020 BioJava. All rights reserved.