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 interfaceBioEntryThis class relates to the bioentry table in BioSQL.Classes in org.biojavax.bio that implement RankedCrossRefable Modifier and Type Class Description classSimpleBioEntryReference 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 interfaceRichFeatureRepresents a feature that can be given name and rank and be moved from one sequence to another.interfaceRichSequenceA 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 classSimpleRichFeatureA simple implementation of RichFeature.classSimpleRichSequenceA simple implementation of RichSequence.classThinRichSequenceA simple implementation of RichSequence. -
Uses of RankedCrossRefable in org.biojavax.ontology
Subinterfaces of RankedCrossRefable in org.biojavax.ontology Modifier and Type Interface Description interfaceComparableTermMakes Term objects comparable properly and adds some extra features to them.Classes in org.biojavax.ontology that implement RankedCrossRefable Modifier and Type Class Description classSimpleComparableTermA Term object that can be compared and thus sorted.
-