Use AAFrequency final keys
[jalview.git] / src / jalview / datamodel / SequenceI.java
index f2d9e74..8291026 100755 (executable)
@@ -151,18 +151,18 @@ public interface SequenceI
     public int findIndex(int pos);
 
     /**
-     * DOCUMENT ME!
+     * Returns the sequence position for an alignment position
      *
-     * @param i DOCUMENT ME!
+     * @param i column index in alignment (from 1)
      *
-     * @return DOCUMENT ME!
+     * @return residue number for residue (left of and) nearest ith column
      */
     public int findPosition(int i);
 
     /**
-     * DOCUMENT ME!
+     * Returns an int array where indices correspond to each residue in the sequence and the element value gives its position in the alignment
      *
-     * @return DOCUMENT ME!
+     * @return int[SequenceI.getEnd()-SequenceI.getStart()+1] or null if no residues in SequenceI object
      */
     public int[] gapMap();