JAL-629 refactoring TFType. Remove i18n identification of annotation.
[jalview.git] / src / jalview / datamodel / ContactMatrixI.java
index c16b457..6860e82 100644 (file)
@@ -13,4 +13,8 @@ public interface ContactMatrixI
 
   SequenceI getReferenceSeq();
 
+  String getAnnotDescr();
+
+  String getAnnotLabel();
+
 }