package jalview.ext.treeviewer; import java.io.IOException; public interface ExternalTreeParserI { public ExternalTreeI[] parse() throws IOException; public void setSource(Object source) throws IOException; public String getName(); }