|
||||||||||
| 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 | |
| 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 |
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.getNote(Note note)
Uses the term and rank to lookup a note in this annotation. |
Note[] |
RichAnnotation.getProperties(Object key)
Find all the Notes with any rank that match the key. |
Note[] |
EmptyRichAnnotation.getProperties(Object key)
Find all the Notes with any rank that match the key. There are no properties in the Empty RichAnnotation object. |
Note[] |
SimpleRichAnnotation.getProperties(Object key)
Find all the Notes with any rank that match the key.
Strictly it will return all Notes which match the
key (or a Term made with a String key).. |
| Methods in org.biojavax with parameters of type 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. |
void |
SimpleRichAnnotation.addNote(Note note)
Adds a note to 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. |
boolean |
SimpleRichAnnotation.contains(Note note)
Returns true if the given note exists 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.getNote(Note note)
Uses the term and rank to lookup a note in this annotation. |
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 |
void |
SimpleRichAnnotation.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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||