Package org.biojava.bio.dp.twohead
Class BackMatrixPairDPCursor
- java.lang.Object
 - 
- org.biojava.bio.dp.twohead.AbstractMatrixPairDPCursor
 - 
- org.biojava.bio.dp.twohead.BackMatrixPairDPCursor
 
 
 
- 
- All Implemented Interfaces:
 PairDPCursor
public class BackMatrixPairDPCursor extends AbstractMatrixPairDPCursor
- Author:
 - Matthew Pocock
 
 
- 
- 
Constructor Summary
Constructors Constructor Description BackMatrixPairDPCursor(SymbolList seq1, SymbolList seq2, int depth1, int depth2, PairDPMatrix matrix, EmissionCache eCache) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()test wether the cursor can be advanced furthervoidnext(Cell[][] cells)retrieve the next block of cells- 
Methods inherited from class org.biojava.bio.dp.twohead.AbstractMatrixPairDPCursor
getDepth, press 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
BackMatrixPairDPCursor
public BackMatrixPairDPCursor(SymbolList seq1, SymbolList seq2, int depth1, int depth2, PairDPMatrix matrix, EmissionCache eCache) throws IllegalSymbolException
- Throws:
 IllegalSymbolException
 
 - 
 
- 
Method Detail
- 
hasNext
public boolean hasNext()
Description copied from interface:PairDPCursortest wether the cursor can be advanced further 
- 
next
public void next(Cell[][] cells)
Description copied from interface:PairDPCursorretrieve the next block of cells 
 - 
 
 -