JAL-3863 passing test to verify a uniprot accession with canonical flag set is transf...
[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();
 }