Uses of Interface
org.biojavax.RankedCrossRefable
-
Packages that use RankedCrossRefable 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. -
-
Uses of RankedCrossRefable in org.biojavax.bio
Subinterfaces of RankedCrossRefable in org.biojavax.bio Modifier and Type Interface Description interface
BioEntry
This class relates to the bioentry table in BioSQL.Classes in org.biojavax.bio that implement RankedCrossRefable Modifier and Type Class Description class
SimpleBioEntry
Reference implementation of a BioEntry object which has no features or sequence. -
Uses of RankedCrossRefable in org.biojavax.bio.seq
Subinterfaces of RankedCrossRefable in org.biojavax.bio.seq Modifier and Type Interface 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.Classes in org.biojavax.bio.seq that implement RankedCrossRefable Modifier and Type Class Description class
SimpleRichFeature
A simple implementation of RichFeature.class
SimpleRichSequence
A simple implementation of RichSequence.class
ThinRichSequence
A simple implementation of RichSequence. -
Uses of RankedCrossRefable in org.biojavax.ontology
Subinterfaces of RankedCrossRefable in org.biojavax.ontology Modifier and Type Interface Description interface
ComparableTerm
Makes Term objects comparable properly and adds some extra features to them.Classes in org.biojavax.ontology that implement RankedCrossRefable Modifier and Type Class Description class
SimpleComparableTerm
A Term object that can be compared and thus sorted.
-