org.forester.io.parsers.nexus
Class NexusBinaryStatesMatrixParser

java.lang.Object
  extended by org.forester.io.parsers.nexus.NexusBinaryStatesMatrixParser

public class NexusBinaryStatesMatrixParser
extends Object


Constructor Summary
NexusBinaryStatesMatrixParser()
           
 
Method Summary
 CharacterStateMatrix<CharacterStateMatrix.BinaryStates> getMatrix()
           
 int getNChar()
           
 int getNTax()
           
 void parse()
           
 void setSource(Object nexus_source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NexusBinaryStatesMatrixParser

public NexusBinaryStatesMatrixParser()
Method Detail

getMatrix

public CharacterStateMatrix<CharacterStateMatrix.BinaryStates> getMatrix()

getNChar

public int getNChar()

getNTax

public int getNTax()

parse

public void parse()
           throws IOException
Throws:
IOException

setSource

public void setSource(Object nexus_source)
               throws PhylogenyParserException,
                      IOException
Throws:
PhylogenyParserException
IOException