Uses of Interface
org.biojavax.RichAnnotation
-
Packages that use RichAnnotation 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 RichAnnotation in org.biojavax
Classes in org.biojavax that implement RichAnnotation Modifier and Type Class Description classEmptyRichAnnotationA place holder for a RichAnnotation that prevents null having to be usedclassSimpleRichAnnotationSimple annotation wrapper.Fields in org.biojavax declared as RichAnnotation Modifier and Type Field Description static RichAnnotationRichAnnotation. EMPTY_ANNOTATIONMethods in org.biojavax that return RichAnnotation Modifier and Type Method Description RichAnnotationRichAnnotatable. getRichAnnotation()Return the associated annotation object.RichAnnotationSimpleCrossRef. getRichAnnotation()Return the associated annotation object. -
Uses of RichAnnotation in org.biojavax.bio
Methods in org.biojavax.bio that return RichAnnotation Modifier and Type Method Description RichAnnotationSimpleBioEntry. getRichAnnotation()Return the associated annotation object. -
Uses of RichAnnotation in org.biojavax.bio.seq
Methods in org.biojavax.bio.seq that return RichAnnotation Modifier and Type Method Description RichAnnotationCompoundRichLocation. getRichAnnotation()Return the associated annotation object.RichAnnotationEmptyRichLocation. getRichAnnotation()Return the associated annotation object.RichAnnotationSimpleRichFeature. getRichAnnotation()Return the associated annotation object.RichAnnotationSimpleRichLocation. getRichAnnotation()Return the associated annotation object.
-