Package org.forester.io.parsers
Interface PhylogenyParser
-
- All Known Implementing Classes:
NexusPhylogeniesParser,NHXParser,PhyloXmlParser,TolParser
public interface PhylogenyParser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Phylogeny[]parse()voidsetSource(java.lang.Object source)
-
-
-
Method Detail
-
parse
Phylogeny[] parse() throws java.io.IOException
- Throws:
java.io.IOException
-
setSource
void setSource(java.lang.Object source) throws PhylogenyParserException, java.io.IOException- Throws:
PhylogenyParserExceptionjava.io.IOException
-
getName
java.lang.String getName()
-
-