JAL-1919 fixed bug causing PDBfile test failure
[jalview.git] / src / jalview / api / DBRefEntryI.java
index b927fa5..9415745 100644 (file)
@@ -1,5 +1,7 @@
 package jalview.api;
 
+import jalview.datamodel.Mapping;
+
 
 public interface DBRefEntryI
 {
@@ -69,4 +71,6 @@ public interface DBRefEntryI
    * @return index of end residue in the source DB
    */
   public int getEndRes();
+
+  public Mapping getMap();
 }