Package org.biojava.bio.dp.twohead
Interface PairDPCursor
- All Known Implementing Classes:
AbstractMatrixPairDPCursor
,BackMatrixPairDPCursor
,LightPairDPCursor
,MatrixPairDPCursor
public interface PairDPCursor
A cursor over a DP matrix.
- Author:
- Matthew Pocock
-
Method Summary
-
Method Details
-
hasNext
boolean hasNext()test wether the cursor can be advanced further -
next
retrieve the next block of cells- Throws:
IllegalSymbolException
-
press
press out a new correctly sized cell array -
getDepth
int[] getDepth()retrieve the depth of this cursor
-