JAL-3863 passing test to verify a uniprot accession with canonical flag set is transf...
[jalview.git] / src / jalview / api / DBRefEntryI.java
index 51c35c5..ed6358e 100644 (file)
@@ -92,7 +92,8 @@ public interface DBRefEntryI
   public boolean updateFrom(DBRefEntryI otherEntry);
 
   /**
-   * Answers true if the ref looks like a primary (direct) database reference. <br>
+   * Answers true if the ref looks like a primary (direct) database reference.
+   * <br>
    * The only way a dbref's mappings can be fully verified is via the local
    * sequence frame, so rather than use isPrimaryCandidate directly, please use
    * SequenceI.getPrimaryDbRefs(). <br>
@@ -111,4 +112,6 @@ public interface DBRefEntryI
    *         associated sequence object
    */
   public boolean isPrimaryCandidate();
+
+  public boolean isCanonical();
 }