org.forester.io.parsers.nexus
Class NexusPhylogeniesParser
java.lang.Object
org.forester.io.parsers.nexus.NexusPhylogeniesParser
- All Implemented Interfaces:
- PhylogenyParser
public class NexusPhylogeniesParser
- extends Object
- implements PhylogenyParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NexusPhylogeniesParser
public NexusPhylogeniesParser()
parse
public Phylogeny[] parse()
throws IOException,
NHXFormatException
- Specified by:
parse
in interface PhylogenyParser
- Throws:
IOException
NHXFormatException
setIgnoreQuotes
public void setIgnoreQuotes(boolean ignore_quotes_in_nh_data)
setReplaceUnderscores
public void setReplaceUnderscores(boolean replace_underscores)
setSource
public void setSource(Object nexus_source)
throws PhylogenyParserException,
IOException
- Specified by:
setSource
in interface PhylogenyParser
- Throws:
PhylogenyParserException
IOException