JAL-629 refactoring TFType. Remove i18n identification of annotation.
[jalview.git] / src / jalview / datamodel / ContactMatrixI.java
index 9a7f138..6860e82 100644 (file)
@@ -5,4 +5,16 @@ public interface ContactMatrixI
 
   ContactListI getContactList(int column);
 
+  float getMin();
+
+  float getMax();
+
+  boolean hasReferenceSeq();
+
+  SequenceI getReferenceSeq();
+
+  String getAnnotDescr();
+
+  String getAnnotLabel();
+
 }