JAL-2349 JAL-3855 Integrate pAE retrieval in StructureFile so it can be transferred...
[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);
+
 }