JAL-1610 check reference annotations against alignment, not sequence
[jalview.git] / src / jalview / datamodel / AnnotatedCollectionI.java
index 0b4c117..6814b7e 100644 (file)
@@ -33,6 +33,9 @@ public interface AnnotatedCollectionI extends SequenceCollectionI
 
   Iterable<AlignmentAnnotation> findAnnotation(String calcId);
 
+  Iterable<AlignmentAnnotation> findAnnotations(SequenceI seq,
+          String calcId, String label);
+
   /**
    * context for this annotated collection
    *