org.forester.io.parsers.nexus
Class NexusCharactersParser

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

public class NexusCharactersParser
extends Object


Constructor Summary
NexusCharactersParser()
           
 
Method Summary
 String[] getCharStateLabels()
           
 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

NexusCharactersParser

public NexusCharactersParser()
Method Detail

getCharStateLabels

public String[] getCharStateLabels()

parse

public void parse()
           throws IOException
Throws:
IOException

setSource

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