public class BackMatrixPairDPCursor extends AbstractMatrixPairDPCursor
Constructor and Description |
---|
BackMatrixPairDPCursor(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, press
public BackMatrixPairDPCursor(SymbolList seq1, SymbolList seq2, int depth1, int depth2, PairDPMatrix matrix, EmissionCache eCache) throws IllegalSymbolException
IllegalSymbolException
public boolean hasNext()
PairDPCursor
public void next(Cell[][] cells)
PairDPCursor
Copyright © 2020 BioJava. All rights reserved.