JAL-1551 JAL-2106 javadoc
authorJim Procter <jprocter@issues.jalview.org>
Tue, 31 May 2016 17:58:10 +0000 (18:58 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Tue, 31 May 2016 17:58:10 +0000 (18:58 +0100)
src/jalview/api/DBRefEntryI.java

index 01b1d2c..2ce7e4a 100644 (file)
@@ -73,6 +73,12 @@ public interface DBRefEntryI
    */
   public int getEndRes();
 
+  /**
+   * access a mapping, if present that can be used to map positions from the
+   * associated dataset sequence to the DBRef's sequence frame.
+   * 
+   * @return null or a valid mapping.
+   */
   public Mapping getMap();
 
   /**