has ref to annotation
[jalview.git] / src / jalview / datamodel / SequenceI.java
index 82d38b4..21f7cc4 100755 (executable)
@@ -251,4 +251,9 @@ public interface SequenceI
     public void setDatasetSequence(SequenceI seq);\r
 \r
     public SequenceI getDatasetSequence();\r
+\r
+    public AlignmentAnnotation [] getAnnotation();\r
+\r
+    public void addAlignmentAnnotation(AlignmentAnnotation annotation);\r
+\r
 }\r