public interface Alignable
Modifier and Type | Method and Description |
---|---|
AligMatEl[][] |
getAligMat() |
int |
getCols() |
float |
getGapExtCol() |
float |
getGapExtRow() |
float |
getGapOpenCol() |
float |
getGapOpenRow() |
IndexPair[] |
getPath() |
int |
getPathSize() |
int |
getRows() |
float |
getScore() |
void |
setAligMat(AligMatEl[][] alignmentMatrix) |
void |
setGapExtCol(float penalty) |
void |
setGapExtRow(float penalty) |
void |
setGapOpenCol(float penalty) |
void |
setGapOpenRow(float penalty) |
void |
setPath(IndexPair[] path) |
void |
setPathSize(int pathSize) |
void |
setScore(float score) |
int getRows()
int getCols()
AligMatEl[][] getAligMat()
void setAligMat(AligMatEl[][] alignmentMatrix)
float getGapExtCol()
void setGapExtCol(float penalty)
float getGapExtRow()
void setGapExtRow(float penalty)
float getGapOpenCol()
void setGapOpenCol(float penalty)
float getGapOpenRow()
void setGapOpenRow(float penalty)
void setScore(float score)
float getScore()
int getPathSize()
void setPathSize(int pathSize)
Copyright © 2000–2019 BioJava. All rights reserved.