public class MatrixPairDPCursor extends AbstractMatrixPairDPCursor
| Constructor and Description | 
|---|
| MatrixPairDPCursor(SymbolList seq1,
                  SymbolList seq2,
                  int depth1,
                  int depth2,
                  PairDPMatrix matrix,
                  EmissionCache eCache) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | hasNext()test wether the cursor can be advanced further | 
| void | next(Cell[][] cells)retrieve the next block of cells | 
getDepth, presspublic MatrixPairDPCursor(SymbolList seq1, SymbolList seq2, int depth1, int depth2, PairDPMatrix matrix, EmissionCache eCache) throws IllegalSymbolException
IllegalSymbolExceptionpublic boolean hasNext()
PairDPCursorpublic void next(Cell[][] cells)
PairDPCursorCopyright © 2020 BioJava. All rights reserved.