JAL-2349 JAL-3855 Integrate pAE retrieval in StructureFile so it can be transferred...
[jalview.git] / src / jalview / datamodel / ContactMapHolderI.java
index 624a03e..ba23e67 100644 (file)
@@ -18,4 +18,8 @@ public interface ContactMapHolderI
 
   Collection<ContactMatrixI> getContactMaps();
 
+  public ContactMatrixI getContactMatrixFor(AlignmentAnnotation ann);
+
+  void addContactListFor(AlignmentAnnotation annotation, ContactMatrixI cm);
+
 }