JAL-4386 Comparing secondary structure similarity directly with a basic
[jalview.git] / src / jalview / api / analysis / ScoreModelI.java
index 97920e5..a243c0c 100644 (file)
@@ -63,9 +63,13 @@ public interface ScoreModelI
   // TODO getName, isDNA, isProtein can be static methods in Java 8
 
   
-  boolean isSecondaryStructure();
+  default public boolean isSecondaryStructure()
+  {
+    return false;
+  }
 
   /**
+   * Answers false by default 
    * Answers true if the data has secondary structure (so should be
    * shown in menus in that context)
    *