|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RichAnnotatable
Annotatable objects that can have rich annotations.
RichAnnotation
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.biojava.bio.Annotatable |
---|
Annotatable.AnnotationForwarder |
Field Summary |
---|
Fields inherited from interface org.biojava.bio.Annotatable |
---|
ANNOTATION |
Method Summary | |
---|---|
Set |
getNoteSet()
Returns the set of notes associated with this object. |
void |
setNoteSet(Set notes)
Clears the notes associated with this object and replaces them with the contents of this set. |
Methods inherited from interface org.biojava.bio.Annotatable |
---|
getAnnotation |
Methods inherited from interface org.biojava.utils.Changeable |
---|
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener |
Method Detail |
---|
Set getNoteSet()
Note
void setNoteSet(Set notes) throws ChangeVetoException
notes
- the set of Note objects to replace the existing ones with.
ChangeVetoException
- if the set is null or contains any objects
that are not Note objects.Note
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |