org.forester.io.parsers
Interface PhylogenyParser

All Known Implementing Classes:
NexusPhylogeniesParser, NHXParser, PhyloXmlParser, TolParser

public interface PhylogenyParser


Method Summary
 Phylogeny[] parse()
           
 void setSource(Object source)
           
 

Method Detail

parse

Phylogeny[] parse()
                  throws IOException
Throws:
IOException

setSource

void setSource(Object source)
               throws PhylogenyParserException,
                      IOException
Throws:
PhylogenyParserException
IOException