Package jebl.evolution.io
Interface AlignmentImporter
-
- All Known Implementing Classes:
NexusImporter
public interface AlignmentImporter
- Version:
- $Id: AlignmentImporter.java 185 2006-01-23 23:03:18Z rambaut $
- Author:
- Andrew Rambaut, Alexei Drummond
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Alignment>
importAlignments()
importAlignment.
-
-
-
Method Detail
-
importAlignments
java.util.List<Alignment> importAlignments() throws java.io.IOException, ImportException
importAlignment.- Throws:
java.io.IOException
ImportException
-
-