Uses of Interface
org.biojavax.Note
-
Packages that use Note Package Description org.biojavax The Biojava extensions packages, classes that extend the core biojava functionalityorg.biojavax.bio.db.biosql Interface between biojava and biosql databases -
-
Uses of Note in org.biojavax
Classes in org.biojavax that implement Note Modifier and Type Class Description classSimpleNoteSimple implementation of Note.Methods in org.biojavax that return Note Modifier and Type Method Description NoteEmptyRichAnnotation. getNote(Note note)Uses the term and rank to lookup a note in this annotation.NoteRichAnnotation. getNote(Note note)Uses the term and rank to lookup a note in this annotation.NoteSimpleRichAnnotation. getNote(Note note)Uses the term and rank to lookup a note in this annotation.Note[]EmptyRichAnnotation. getProperties(java.lang.Object key)Find all theNotes with any rank that match the key.Note[]RichAnnotation. getProperties(java.lang.Object key)Find all theNotes with any rank that match the key.Note[]SimpleRichAnnotation. getProperties(java.lang.Object key)Deprecated.Methods in org.biojavax with parameters of type Note Modifier and Type Method Description voidEmptyRichAnnotation. addNote(Note note)Adds a note to this annotation.voidRichAnnotation. addNote(Note note)Adds a note to this annotation.voidSimpleRichAnnotation. addNote(Note note)Adds a note to this annotation.booleanEmptyRichAnnotation. contains(Note note)Returns true if the given note exists in this annotation.booleanRichAnnotation. contains(Note note)Returns true if the given note exists in this annotation.booleanSimpleRichAnnotation. contains(Note note)Returns true if the given note exists in this annotation.NoteEmptyRichAnnotation. getNote(Note note)Uses the term and rank to lookup a note in this annotation.NoteRichAnnotation. getNote(Note note)Uses the term and rank to lookup a note in this annotation.NoteSimpleRichAnnotation. getNote(Note note)Uses the term and rank to lookup a note in this annotation.voidEmptyRichAnnotation. removeNote(Note note)Removes a note from this annotation.voidRichAnnotation. removeNote(Note note)Removes a note from this annotation.voidSimpleRichAnnotation. 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 Modifier and Type Method Description NoteBioSQLFeatureFilter.ByNote. getNote()Constructors in org.biojavax.bio.db.biosql with parameters of type Note Constructor Description ByNote(Note note)
-