ESAT
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | List of all members
jaligner.Cell Class Reference

Public Member Functions

 Cell ()
 
int getCol ()
 
void setCol (int col)
 
int getRow ()
 
void setRow (int row)
 
float getScore ()
 
void setScore (float score)
 
void set (int row, int col, float score)
 

Detailed Description

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)

Constructor & Destructor Documentation

jaligner.Cell.Cell ( )

Constructor

Member Function Documentation

int jaligner.Cell.getCol ( )
Returns
Returns the col.
int jaligner.Cell.getRow ( )
Returns
Returns the row.
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
rowThe row to set.
colThe col to set.
scoreThe score to set.
void jaligner.Cell.setCol ( int  col)
Parameters
colThe col to set.
void jaligner.Cell.setRow ( int  row)
Parameters
rowThe row to set.
void jaligner.Cell.setScore ( float  score)
Parameters
scoreThe score to set.

The documentation for this class was generated from the following file: