Uses of Interface
org.biojavax.RichAnnotation

Packages that use RichAnnotation
org.biojavax The Biojava extensions packages, classes that extend the core biojava functionality 
org.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
 class EmptyRichAnnotation
          A place holder for a RichAnnotation that prevents null having to be used
 class SimpleRichAnnotation
          Simple annotation wrapper.
 

Fields in org.biojavax declared as RichAnnotation
static RichAnnotation RichAnnotation.EMPTY_ANNOTATION
           
 

Methods in org.biojavax that return RichAnnotation
 RichAnnotation SimpleCrossRef.getRichAnnotation()
          Return the associated annotation object.
 RichAnnotation RichAnnotatable.getRichAnnotation()
          Return the associated annotation object.
 

Uses of RichAnnotation in org.biojavax.bio
 

Methods in org.biojavax.bio that return RichAnnotation
 RichAnnotation SimpleBioEntry.getRichAnnotation()
          Return the associated annotation object.
 

Uses of RichAnnotation in org.biojavax.bio.seq
 

Methods in org.biojavax.bio.seq that return RichAnnotation
 RichAnnotation SimpleRichLocation.getRichAnnotation()
          Return the associated annotation object.
 RichAnnotation SimpleRichFeature.getRichAnnotation()
          Return the associated annotation object.
 RichAnnotation EmptyRichLocation.getRichAnnotation()
          Return the associated annotation object. ALWAYS RETURNS THE EMPTY ANNOTATION
 RichAnnotation CompoundRichLocation.getRichAnnotation()
          Return the associated annotation object. ALWAYS RETURNS THE EMPTY ANNOTATION