Package org.forester.io.parsers.nexus
Class NexusCharactersParser
- java.lang.Object
-
- org.forester.io.parsers.nexus.NexusCharactersParser
-
public class NexusCharactersParser extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NexusCharactersParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
getCharStateLabels()
void
parse()
void
setSource(java.lang.Object nexus_source)
-
-
-
Method Detail
-
getCharStateLabels
public java.lang.String[] getCharStateLabels()
-
parse
public void parse() throws java.io.IOException
- Throws:
java.io.IOException
-
setSource
public void setSource(java.lang.Object nexus_source) throws PhylogenyParserException, java.io.IOException
- Throws:
PhylogenyParserException
java.io.IOException
-
-