Class TreeParser

java.lang.Object
pt.ist.phylolib.data.tree.TreeParser
All Implemented Interfaces:
IReader<Tree>, IWriter<Tree>
Direct Known Subclasses:
Newick

public abstract class TreeParser
extends java.lang.Object
implements IReader<Tree>, IWriter<Tree>
Responsible for parsing phylogenetic trees from and to Strings.
  • Field Summary

    Fields inherited from interface pt.ist.phylolib.data.IReader

    FAILED, FINISHED, READ, STARTED

    Fields inherited from interface pt.ist.phylolib.data.IWriter

    FAILED, FINISHED, STARTED, WRITE
  • Constructor Summary

    Constructors 
    Constructor Description
    TreeParser()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface pt.ist.phylolib.data.IReader

    parse

    Methods inherited from interface pt.ist.phylolib.data.IWriter

    parse