Package org.forester.io.parsers.nexus
Class NexusBinaryStatesMatrixParser
- java.lang.Object
-
- org.forester.io.parsers.nexus.NexusBinaryStatesMatrixParser
-
public class NexusBinaryStatesMatrixParser extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NexusBinaryStatesMatrixParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharacterStateMatrix<CharacterStateMatrix.BinaryStates>
getMatrix()
int
getNChar()
int
getNTax()
void
parse()
void
setSource(java.lang.Object nexus_source)
-
-
-
Method Detail
-
getMatrix
public CharacterStateMatrix<CharacterStateMatrix.BinaryStates> getMatrix()
-
getNChar
public int getNChar()
-
getNTax
public int getNTax()
-
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
-
-