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.String
getName()
Phylogeny[]
parse()
void
setSource(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:
PhylogenyParserException
java.io.IOException
-
getName
java.lang.String getName()
-
-