Merge branch 'features/JAL-1605_html-svg-export' into develop
[jalview.git] / src / jalview / datamodel / AnnotatedCollectionI.java
index abe9332..6814b7e 100644 (file)
@@ -33,9 +33,14 @@ public interface AnnotatedCollectionI extends SequenceCollectionI
 
   Iterable<AlignmentAnnotation> findAnnotation(String calcId);
 
+  Iterable<AlignmentAnnotation> findAnnotations(SequenceI seq,
+          String calcId, String label);
+
   /**
    * context for this annotated collection
-   * @return null or the collection upon which this collection is defined (e.g. alignment, parent group).
+   * 
+   * @return null or the collection upon which this collection is defined (e.g.
+   *         alignment, parent group).
    */
   AnnotatedCollectionI getContext();
 }