JAL-629 refactoring TFType. Remove i18n identification of annotation.
[jalview.git] / src / jalview / datamodel / SequenceI.java
index 34dbab7..c789857 100755 (executable)
@@ -596,4 +596,7 @@ public interface SequenceI extends ASequenceI, ContactMapHolderI
    */
   public int firstResidueOutsideIterator(Iterator<int[]> it);
 
+  public void addContactListFor(AlignmentAnnotation annotation,
+          ContactMatrixI cm);
+
 }