(no commit message)
[jalview.git] / forester / java / src / org / forester / io / parsers / IteratingPhylogenyParser.java
index 00c4662..e20f67b 100644 (file)
@@ -12,4 +12,6 @@ public interface IteratingPhylogenyParser {
     public Phylogeny next() throws IOException;
 
     public boolean hasNext();
+
+    public void setSource( final Object o ) throws IOException;
 }