Package org.biojava.bio.dp.twohead
Class PairDPMatrix
- java.lang.Object
 - 
- org.biojava.bio.dp.twohead.PairDPMatrix
 
 
- 
- All Implemented Interfaces:
 Serializable,DPMatrix
public class PairDPMatrix extends Object implements DPMatrix, Serializable
Storage structure for intermediate values from a pairwise dynamic programming run.- Author:
 - Thomas Down
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PairDPMatrix(DP dp, SymbolList seq0, SymbolList seq1) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetCell(int[] indxs)doublegetScore()MarkovModelmodel()State[]states()SymbolList[]symList() 
 - 
 
- 
- 
Constructor Detail
- 
PairDPMatrix
public PairDPMatrix(DP dp, SymbolList seq0, SymbolList seq1)
 
 - 
 
- 
Method Detail
- 
model
public MarkovModel model()
 
- 
symList
public SymbolList[] symList()
 
 - 
 
 -