git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ef4142
)
JAL-1551 JAL-2106 javadoc
author
Jim Procter
<jprocter@issues.jalview.org>
Tue, 31 May 2016 17:58:10 +0000
(18:58 +0100)
committer
Jim Procter
<jprocter@issues.jalview.org>
Tue, 31 May 2016 17:58:10 +0000
(18:58 +0100)
src/jalview/api/DBRefEntryI.java
patch
|
blob
|
history
diff --git
a/src/jalview/api/DBRefEntryI.java
b/src/jalview/api/DBRefEntryI.java
index
01b1d2c
..
2ce7e4a
100644
(file)
--- a/
src/jalview/api/DBRefEntryI.java
+++ b/
src/jalview/api/DBRefEntryI.java
@@
-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();
/**