Package ngs

Interface AlignmentIterator

  • All Superinterfaces:
    Alignment, Fragment

    public interface AlignmentIterator
    extends Alignment
    Iterates across a list of Alignments
    • Method Detail

      • nextAlignment

        boolean nextAlignment()
                       throws ErrorMsg
        Advance to first alignment on initial invocation Advance to next Alignment subsequently
        Returns:
        false if no more Alignments are available.
        Throws:
        ErrorMsg - if more Alignments should be available, but could not be accessed.