inprogress
[jalview.git] / forester / java / src / org / forester / sequence / Sequence.java
index 9a92fbe..3e2473a 100644 (file)
@@ -22,7 +22,7 @@
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
 //
 // Contact: phylosoft @ gmail . com
-// WWW: www.phylosoft.org/forester
+// WWW: https://sites.google.com/site/cmzmasek/home/software/forester
 
 package org.forester.sequence;
 
@@ -45,6 +45,8 @@ public interface Sequence {
 
     public abstract char[] getMolecularSequence();
 
+    public abstract String getMolecularSequenceAsString();
+
     public abstract char getResidueAt( final int position );
 
     public abstract TYPE getType();