Interface PairDPCursor

All Known Implementing Classes:
AbstractMatrixPairDPCursor, BackMatrixPairDPCursor, LightPairDPCursor, MatrixPairDPCursor

public interface PairDPCursor
A cursor over a DP matrix.
Author:
Matthew Pocock
  • Method Summary

    Modifier and Type
    Method
    Description
    int[]
    retrieve the depth of this cursor
    boolean
    test wether the cursor can be advanced further
    void
    next(Cell[][] cells)
    retrieve the next block of cells
    Cell[][]
    press out a new correctly sized cell array