Package org.biojava.bio.dp
Interface DPMatrix
- All Known Implementing Classes:
PairDPMatrix
,SingleDPMatrix
public interface DPMatrix
- Author:
- Matthew Pocock
-
Method Details
-
states
-
model
-
symList
SymbolList[] symList() -
getScore
double getScore() -
getCell
- Throws:
IndexOutOfBoundsException
-