JAL-2349 allow contact map to be associated with a reference sequence
[jalview.git] / src / jalview / datamodel / ContactMatrix.java
index 801b292..07934a1 100644 (file)
@@ -137,4 +137,18 @@ public class ContactMatrix implements ContactMatrixI
   {
     return max;
   }
+
+  @Override
+  public boolean hasReferenceSeq()
+  {
+    // TODO Auto-generated method stub
+    return false;
+  }
+
+  @Override
+  public SequenceI getReferenceSeq()
+  {
+    // TODO Auto-generated method stub
+    return null;
+  }
 }