Uses of Interface
org.biojavax.RichAnnotatable
-
Packages that use RichAnnotatable Package Description org.biojavax The Biojava extensions packages, classes that extend the core biojava functionalityorg.biojavax.bio Classes to represent biological entities and their relationships.org.biojavax.bio.seq Rich implementations of Sequences, Locations and Features. -
-
Uses of RichAnnotatable in org.biojavax
Subinterfaces of RichAnnotatable in org.biojavax Modifier and Type Interface Description interfaceCrossRefRepresents a cross reference to another database.Classes in org.biojavax that implement RichAnnotatable Modifier and Type Class Description classSimpleCrossRefA basic CrossRef implementation. -
Uses of RichAnnotatable in org.biojavax.bio
Subinterfaces of RichAnnotatable in org.biojavax.bio Modifier and Type Interface Description interfaceBioEntryThis class relates to the bioentry table in BioSQL.Classes in org.biojavax.bio that implement RichAnnotatable Modifier and Type Class Description classSimpleBioEntryReference implementation of a BioEntry object which has no features or sequence. -
Uses of RichAnnotatable in org.biojavax.bio.seq
Subinterfaces of RichAnnotatable in org.biojavax.bio.seq Modifier and Type Interface Description interfaceRichFeatureRepresents a feature that can be given name and rank and be moved from one sequence to another.interfaceRichLocationDescribes locations, and adds the concepts of circularity, fuzziness, annotations, and cross-references to other databases.interfaceRichSequenceA rich sequence is a combination of a org.biojavax.bio.Bioentry and a Sequence.Classes in org.biojavax.bio.seq that implement RichAnnotatable Modifier and Type Class Description classCompoundRichLocationAn implementation of RichLocation which covers multiple locations, but on the same strand of the same (optionally circular) sequence.classEmptyRichLocationAn Empty implementation of RichLocation.classMultiSourceCompoundRichLocationAn implementation of RichLocation which possibly covers multiple locations, on different strands, different circular lengths, or different sequences.classSimpleRichFeatureA simple implementation of RichFeature.classSimpleRichLocationA simple implementation of RichLocation.classSimpleRichSequenceA simple implementation of RichSequence.classThinRichSequenceA simple implementation of RichSequence.
-