public interface RichAnnotatable extends Annotatable
RichAnnotation
Annotatable.AnnotationForwarder
ANNOTATION
Modifier and Type | Method and Description |
---|---|
Set<Note> |
getNoteSet()
Returns the set of notes associated with this object.
|
RichAnnotation |
getRichAnnotation()
Return the associated annotation object.
|
void |
setNoteSet(Set<Note> notes)
Clears the notes associated with this object and replaces them with
the contents of this set.
|
getAnnotation
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener
RichAnnotation getRichAnnotation()
Set<Note> getNoteSet()
Note
void setNoteSet(Set<Note> 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
Copyright © 2014 BioJava. All rights reserved.