X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Futil%2FDescriptiveStatistics.java;h=beeade9b42709406b32b12dfb0fd4f4e436a6c80;hb=a4f2896c53c804220bbd53429780592a86c9e4b6;hp=484b00fd007514036953512e0b1a09f8e9dac5f5;hpb=78b77ac2a4a069d0a2e53dc5e7652838c58acd0c;p=jalview.git diff --git a/forester/java/src/org/forester/util/DescriptiveStatistics.java b/forester/java/src/org/forester/util/DescriptiveStatistics.java index 484b00f..beeade9 100644 --- a/forester/java/src/org/forester/util/DescriptiveStatistics.java +++ b/forester/java/src/org/forester/util/DescriptiveStatistics.java @@ -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