inprogress
[jalview.git] / forester / java / src / org / forester / util / DescriptiveStatistics.java
index 484b00f..beeade9 100644 (file)
@@ -21,7 +21,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.util;
 
@@ -85,4 +85,8 @@ public interface DescriptiveStatistics {
 
     @Override
     public abstract String toString();
+
+    public abstract void setDescription( final String desc );
+
+    public abstract String getDescription();
 }
\ No newline at end of file