jebl.evolution.io
Interface SequenceImporter

All Known Implementing Classes:
FastaImporter, NexusImporter, PhylipSequentialImporter

public interface SequenceImporter

Interface for importers that do sequences

Author:
Andrew Rambaut, Alexei Drummond

Method Summary
 List<Sequence> importSequences()
          importSequences.
 

Method Detail

importSequences

List<Sequence> importSequences()
                               throws IOException,
                                      ImportException
importSequences.

Throws:
IOException
ImportException