Interface Alignable
- All Known Implementing Classes:
StrCompAlignment
public interface Alignable
-
Method Summary
Modifier and TypeMethodDescriptionAligMatEl[][]intgetCols()floatfloatfloatfloatgetPath()intintgetRows()floatgetScore()voidsetAligMat(AligMatEl[][] alignmentMatrix) voidsetGapExtCol(float penalty) voidsetGapExtRow(float penalty) voidsetGapOpenCol(float penalty) voidsetGapOpenRow(float penalty) voidvoidsetPathSize(int pathSize) voidsetScore(float score)
-
Method Details
-
getRows
int getRows() -
getCols
int getCols() -
getAligMat
AligMatEl[][] getAligMat() -
setAligMat
-
getGapExtCol
float getGapExtCol() -
setGapExtCol
-
getGapExtRow
float getGapExtRow() -
setGapExtRow
-
getGapOpenCol
float getGapOpenCol() -
setGapOpenCol
-
getGapOpenRow
float getGapOpenRow() -
setGapOpenRow
-
setScore
-
getScore
float getScore() -
getPathSize
int getPathSize() -
setPathSize
-
setPath
-
getPath
-