X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fdatamodel%2FSequenceI.java;h=64a21dd44919f5961a2af6f9e44d11ef423855e0;hb=50a8dcccc09f983c21f0c9a8a3653c379c348a4b;hp=dd92c7092903e428463137bd628586dc9294adb1;hpb=6e4e761693d6c876ae621e31c6cbd4f20c83f6a3;p=jalview.git diff --git a/src/jalview/datamodel/SequenceI.java b/src/jalview/datamodel/SequenceI.java index dd92c70..64a21dd 100755 --- a/src/jalview/datamodel/SequenceI.java +++ b/src/jalview/datamodel/SequenceI.java @@ -269,5 +269,11 @@ public interface SequenceI * @param revealed */ public void setAlignmentAnnotation(AlignmentAnnotation[] annotation); + /** + * Get one or more alignment annotations with a particular label. + * @param label string which each returned annotation must have as a label. + * @return null or array of annotations. + */ + public AlignmentAnnotation[] getAnnotation(String label); }