org.biojavax
public interface RichAnnotatable extends Annotatable
RichAnnotationAnnotatable.AnnotationForwarderANNOTATION| Modifier and Type | Method and Description |
|---|---|
Set |
getNoteSet()
Returns the set of notes associated with this object.
|
RichAnnotation |
getRichAnnotation()
Return the associated annotation object.
|
void |
setNoteSet(Set notes)
Clears the notes associated with this object and replaces them with
the contents of this set.
|
getAnnotationaddChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListenerRichAnnotation getRichAnnotation()
Set getNoteSet()
Notevoid 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