|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface for expression data.
| Method Summary | |
int |
getColumnCount()
Gets the number of column in the expression data matrix |
java.lang.String |
getColumnDescription(int column)
Gets the column description at the given column or null if no column description exists. |
int |
getColumnIndex(java.lang.String columnName)
Gets the column index for the column name . |
java.lang.String |
getColumnName(int column)
Gets the column name at the given column |
int |
getRowCount()
Gets the number of rows in the expression data matrix |
java.lang.String |
getRowDescription(int row)
Gets the row description at the given row or null if no row description exists. |
int |
getRowIndex(java.lang.String rowName)
Gets the row index for the row name . |
java.lang.String |
getRowName(int row)
Gets the row name at the given row |
double |
getValue(int row,
int column)
Gets the expression value at the given row and column. |
java.lang.String |
getValueAsString(int row,
int column)
Gets the value at the given row and column as a string. |
| Method Detail |
public java.lang.String getValueAsString(int row,
int column)
row - The rowcolumn - The column
public double getValue(int row,
int column)
row - The rowcolumn - The column
public java.lang.String getRowName(int row)
row - The row
public int getRowCount()
public int getColumnCount()
public java.lang.String getColumnName(int column)
column - The column
public java.lang.String getRowDescription(int row)
row - The row
public java.lang.String getColumnDescription(int column)
column - The column
public int getRowIndex(java.lang.String rowName)
rowName - the row name.
public int getColumnIndex(java.lang.String columnName)
columnName - the column name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||