JAL-629 refactoring TFType. Remove i18n identification of annotation.
[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);
+
 }