JAL-4241 Add SequenceI.setSequence(char[]) method
[jalview.git] / src / jalview / datamodel / SequenceI.java
index 11aa4e6..82575ec 100755 (executable)
@@ -101,6 +101,14 @@ public interface SequenceI extends ASequenceI
   public int getLength();
 
   /**
+   * Replace the sequence with the given characters
+   * 
+   * @param sequence
+   *          new sequence characters
+   */
+  public void setSequence(char[] sequence);
+
+  /**
    * Replace the sequence with the given string
    * 
    * @param sequence