JAL-1601 Expand secondary structure prediction tests
[jalview.git] / src / jalview / datamodel / AlignmentAnnotation.java
index fdb62a1..40dfdd9 100755 (executable)
@@ -1746,6 +1746,16 @@ public class AlignmentAnnotation
     return aa;
   }
 
+  public String getLabel()
+  {
+    return label;
+  }
+
+  public Annotation[] getAnnotations()
+  {
+    return annotations;
+  }
+
   public double getBitScore()
   {
     return bitScore;