inprogress
[jalview.git] / forester / java / src / org / forester / io / parsers / PhylogenyParser.java
index b0fe08a..df27bc9 100644 (file)
@@ -41,4 +41,6 @@ public interface PhylogenyParser {
     public Phylogeny[] parse() throws IOException;
 
     public void setSource( Object source ) throws PhylogenyParserException, IOException;
+
+    public String getName();
 }