Merge branch 'bug/JAL-3633_read_proxy_settings_from_jalview_properties_in_getdown...
[jalview.git] / src / jalview / api / DBRefEntryI.java
index 672d6b4..ed6358e 100644 (file)
@@ -112,4 +112,6 @@ public interface DBRefEntryI
    *         associated sequence object
    */
   public boolean isPrimaryCandidate();
+
+  public boolean isCanonical();
 }