JAL-1953 equals and hashCode now takes node ID in account
[jalview.git] / forester / java / src / org / forester / surfacing / SimpleDomain.java
index 782ce20..2520e6c 100644 (file)
@@ -92,4 +92,19 @@ public class SimpleDomain implements Domain {
     public short getTotalCount() {
         throw new RuntimeException( "method not implemented" );
     }
+
+    @Override
+    public short getHmmLen() {
+        throw new RuntimeException( "method not implemented" );
+    }
+
+    @Override
+    public short getHmmFrom() {
+        throw new RuntimeException( "method not implemented" );
+    }
+
+    @Override
+    public short getHmmTo() {
+        throw new RuntimeException( "method not implemented" );
+    }
 }