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 theNotes with any rank that match the key.Note[]RichAnnotation.getProperties(Object key) Find all theNotes 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 TypeMethodDescriptionvoidAdds a note to this annotation.voidAdds a note to this annotation.voidAdds a note to this annotation.booleanReturns true if the given note exists in this annotation.booleanReturns true if the given note exists in this annotation.booleanReturns 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.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.Method parameters in org.biojavax with type arguments of type NoteModifier and TypeMethodDescriptionvoidRichAnnotatable.setNoteSet(Set<Note> notes) Clears the notes associated with this object and replaces them with the contents of this set.voidRichAnnotation.setNoteSet(Set<Note> notes) Clears the notes from this annotation and replaces them with those from the given set.voidSimpleRichAnnotation.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 TypeMethodDescriptionvoidSimpleBioEntry.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