jebl.evolution.io
Interface SequenceImporter

All Known Implementing Classes:
FastaImporter, NexusImporter, PhylipSequentialImporter

public interface SequenceImporter

Interface for importers that do sequences

Version:
$Id: SequenceImporter.java 442 2006-09-05 21:59:20Z matt_kearse $
Author:
Andrew Rambaut, Alexei Drummond

Method Summary
 java.util.List<Sequence> importSequences()
          importSequences.
 

Method Detail

importSequences

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

Throws:
java.io.IOException
ImportException


http://code.google.com/p/jebl2/