(no commit message)
[jalview.git] / forester / java / src / org / forester / io / parsers / PhylogenyParser.java
index d4bbdb4..71d801a 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.io.parsers;
 
@@ -32,7 +32,7 @@ import org.forester.phylogeny.Phylogeny;
 
 /*
  * @author Christian Zmasek
- * 
+ *
  * TODO To change the template for this generated type comment go to Window -
  * Preferences - Java - Code Style - Code Templates
  */
@@ -41,4 +41,6 @@ public interface PhylogenyParser {
     public Phylogeny[] parse() throws IOException;
 
     public void setSource( Object source ) throws PhylogenyParserException, IOException;
+
+    public String getName();
 }