jebl.evolution.io
Interface TreeExporter

All Known Implementing Classes:
NewickExporter, NexusExporter

public interface TreeExporter

Author:
Andrew Rambaut, Alexei Drummond

Method Summary
 void exportTree(Tree tree)
          Export a single tree
 void exportTrees(Collection<? extends Tree> trees)
          Export a collection of trees
 

Method Detail

exportTree

void exportTree(Tree tree)
                throws IOException
Export a single tree

Parameters:
tree -
Throws:
IOException

exportTrees

void exportTrees(Collection<? extends Tree> trees)
                 throws IOException
Export a collection of trees

Parameters:
trees -
Throws:
IOException