|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
RichAnnotation.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. There are no notes in the Empty RichAnnotation object. |
Note[] |
SimpleRichAnnotation.getProperties(Object key)
Deprecated. |
Note[] |
RichAnnotation.getProperties(Object key)
Find all the Note s with any rank that match the key. |
Note[] |
EmptyRichAnnotation.getProperties(Object key)
Find all the Note s with any rank that match the key. There are no properties in the Empty RichAnnotation object. |
Methods in org.biojavax with parameters of type Note | |
---|---|
void |
SimpleRichAnnotation.addNote(Note note)
Adds a note to this annotation. In case the note was already here, a call to ChangeEvent.getPrevious() in the firePostChangeEvent method will return a copy of the original note. |
void |
RichAnnotation.addNote(Note note)
Adds a note to this annotation. |
void |
EmptyRichAnnotation.addNote(Note note)
Adds a note to this annotation. You can not add Notes to the Empty RichAnnotation object. |
boolean |
SimpleRichAnnotation.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. |
boolean |
EmptyRichAnnotation.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 |
RichAnnotation.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. There are no notes in the Empty RichAnnotation object. |
void |
SimpleRichAnnotation.removeNote(Note note)
Removes a note from this annotation. In case the note is not found, a call to ChangeEvent.getPrevious() in the firePostChangeEvent method will return null. |
void |
RichAnnotation.removeNote(Note note)
Removes a note from this annotation. |
void |
EmptyRichAnnotation.removeNote(Note note)
Removes a note from this annotation. You cannot remove notes from the Empty RichAnnotation |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |