Uses of Interface
org.biojavax.Note
Packages that use Note
Package
Description
The Biojava extensions packages, classes that extend the core biojava
functionality
Classes to represent biological entities and their relationships.
Interface between biojava and biosql databases
-
Uses of Note in org.biojavax
Classes in org.biojavax that implement NoteMethods in org.biojavax that return NoteModifier and TypeMethodDescriptionUses the term and rank to lookup a note in this annotation.Uses the term and rank to lookup a note in this annotation.Uses the term and rank to lookup a note in this annotation.Note[]
EmptyRichAnnotation.getProperties
(Object key) Find all theNote
s with any rank that match the key.Note[]
RichAnnotation.getProperties
(Object key) Find all theNote
s with any rank that match the key.Note[]
SimpleRichAnnotation.getProperties
(Object key) Deprecated.Methods in org.biojavax that return types with arguments of type NoteModifier and TypeMethodDescriptionRichAnnotatable.getNoteSet()
Returns the set of notes associated with this object.RichAnnotation.getNoteSet()
Returns an immutable set of all notes in this annotation.SimpleRichAnnotation.getNoteSet()
Returns an immutable set of all notes in this annotation.Methods in org.biojavax with parameters of type NoteModifier and TypeMethodDescriptionvoid
Adds a note to this annotation.void
Adds a note to this annotation.void
Adds a note to this annotation.boolean
Returns true if the given note exists in this annotation.boolean
Returns true if the given note exists in this annotation.boolean
Returns true if the given note exists in this annotation.Uses the term and rank to lookup a note in this annotation.Uses the term and rank to lookup a note in this annotation.Uses the term and rank to lookup a note in this annotation.void
EmptyRichAnnotation.removeNote
(Note note) Removes a note from this annotation.void
RichAnnotation.removeNote
(Note note) Removes a note from this annotation.void
SimpleRichAnnotation.removeNote
(Note note) Removes a note from this annotation.Method parameters in org.biojavax with type arguments of type NoteModifier and TypeMethodDescriptionvoid
RichAnnotatable.setNoteSet
(Set<Note> notes) Clears the notes associated with this object and replaces them with the contents of this set.void
RichAnnotation.setNoteSet
(Set<Note> notes) Clears the notes from this annotation and replaces them with those from the given set.void
SimpleRichAnnotation.setNoteSet
(Set<Note> notes) Clears the notes from this annotation and replaces them with those from the given set. -
Uses of Note in org.biojavax.bio
Methods in org.biojavax.bio that return types with arguments of type NoteModifier and TypeMethodDescriptionSimpleBioEntry.getNoteSet()
Returns the set of notes associated with this object.Method parameters in org.biojavax.bio with type arguments of type NoteModifier and TypeMethodDescriptionvoid
SimpleBioEntry.setNoteSet
(Set<Note> notes) Clears the notes associated with this object and replaces them with the contents of this set. -
Uses of Note in org.biojavax.bio.db.biosql
Methods in org.biojavax.bio.db.biosql that return NoteConstructors in org.biojavax.bio.db.biosql with parameters of type Note