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 class
EmptyRichAnnotation
A place holder for a RichAnnotation that prevents null having to be usedclass
SimpleRichAnnotation
Simple annotation wrapper.Fields in org.biojavax declared as RichAnnotation Modifier and Type Field Description static RichAnnotation
RichAnnotation. EMPTY_ANNOTATION
Methods in org.biojavax that return RichAnnotation Modifier and Type Method Description RichAnnotation
RichAnnotatable. getRichAnnotation()
Return the associated annotation object.RichAnnotation
SimpleCrossRef. 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 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 Modifier and Type Method Description RichAnnotation
CompoundRichLocation. getRichAnnotation()
Return the associated annotation object.RichAnnotation
EmptyRichLocation. getRichAnnotation()
Return the associated annotation object.RichAnnotation
SimpleRichFeature. getRichAnnotation()
Return the associated annotation object.RichAnnotation
SimpleRichLocation. getRichAnnotation()
Return the associated annotation object.
-