keep it as close with archy.js as possible...
[jalview.git] / forester / java / src / org / forester / io / parsers / PhylogenyParser.java
index b0fe08a..71d801a 100644 (file)
@@ -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();
 }