Uses of Interface
org.biojavax.Note

Packages that use Note
org.biojavax The Biojava extensions packages, classes that extend the core biojava functionality 
org.biojavax.bio.db.biosql Interface between biojava and biosql databases 
 

Uses of Note in org.biojavax
 

Classes in org.biojavax that implement Note
 class SimpleNote
          Simple implementation of Note.
 

Methods in org.biojavax that return Note
 Note SimpleRichAnnotation.getNote(Note note)
          Uses the term and rank to lookup a note in this annotation.
 Note EmptyRichAnnotation.getNote(Note note)
          Uses the term and rank to lookup a note in this annotation.
 Note RichAnnotation.getNote(Note note)
          Uses the term and rank to lookup a note in this annotation.
 Note[] SimpleRichAnnotation.getProperties(java.lang.Object key)
          Deprecated.  
 Note[] EmptyRichAnnotation.getProperties(java.lang.Object key)
          Find all the Notes with any rank that match the key.
 Note[] RichAnnotation.getProperties(java.lang.Object key)
          Find all the Notes with any rank that match the key.
 

Methods in org.biojavax with parameters of type Note
 void SimpleRichAnnotation.addNote(Note note)
          Adds a note to this annotation.
 void EmptyRichAnnotation.addNote(Note note)
          Adds a note to this annotation.
 void RichAnnotation.addNote(Note note)
          Adds a note to this annotation.
 boolean SimpleRichAnnotation.contains(Note note)
          Returns true if the given note exists in this annotation.
 boolean EmptyRichAnnotation.contains(Note note)
          Returns true if the given note exists in this annotation.
 boolean RichAnnotation.contains(Note note)
          Returns true if the given note exists in this annotation.
 Note SimpleRichAnnotation.getNote(Note note)
          Uses the term and rank to lookup a note in this annotation.
 Note EmptyRichAnnotation.getNote(Note note)
          Uses the term and rank to lookup a note in this annotation.
 Note RichAnnotation.getNote(Note note)
          Uses the term and rank to lookup a note in this annotation.
 void SimpleRichAnnotation.removeNote(Note note)
          Removes a note from this annotation.
 void EmptyRichAnnotation.removeNote(Note note)
          Removes a note from this annotation.
 void RichAnnotation.removeNote(Note note)
          Removes a note from this annotation.
 

Uses of Note in org.biojavax.bio.db.biosql
 

Methods in org.biojavax.bio.db.biosql that return Note
 Note BioSQLFeatureFilter.ByNote.getNote()
           
 

Constructors in org.biojavax.bio.db.biosql with parameters of type Note
BioSQLFeatureFilter.ByNote(Note note)