A cell in a similarity matrix, to hold row, column and score.
- Author
- Ahmed Moustafa (ahmed.nosp@m.@use.nosp@m.rs.sf.nosp@m..net)
| int jaligner.Cell.getCol |
( |
| ) |
|
| int jaligner.Cell.getRow |
( |
| ) |
|
| float jaligner.Cell.getScore |
( |
| ) |
|
- Returns
- Returns the score.
| void jaligner.Cell.set |
( |
int |
row, |
|
|
int |
col, |
|
|
float |
score |
|
) |
| |
Sets the row, column and score of the cell.
- Parameters
-
| row | The row to set. |
| col | The col to set. |
| score | The score to set. |
| void jaligner.Cell.setCol |
( |
int |
col | ) |
|
| void jaligner.Cell.setRow |
( |
int |
row | ) |
|
| void jaligner.Cell.setScore |
( |
float |
score | ) |
|
The documentation for this class was generated from the following file: