Package pal.alignment
Interface AlignmentGenerator
-
public interface AlignmentGenerator
A AlignmentGenerator is an object that can generate alignments! (most probably replicates for statistical tests)- Version:
- $Id: AlignmentGenerator.java,v 1.2 2004/04/28 01:03:14 matt Exp $
- Author:
- Matthew Goode
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AlignmentGenerator.Utils
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Alignment
getNextAlignment(AlgorithmCallback callback)
-
-
-
Method Detail
-
getNextAlignment
Alignment getNextAlignment(AlgorithmCallback callback)
-
-