|
www.sdmetrics.com | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface is used to access all kinds of measurement data (metrics, descriptive statistics, design rule violations, relation matrices). The interface provides access to a list of tables. Each table is addressed by an index. Each table has
| Method Summary | |
java.lang.String |
getColumnDescription(int index,
int col)
Return a short description of a column. |
java.lang.String |
getColumnName(int index,
int col)
Return the name of the object a column represents (column header). |
int |
getNumberOfColumns(int index)
Return the number of columns in a table. |
int |
getNumberOfRows(int index)
Return the number of rows in a table. |
int |
getNumberOfTables()
Returns the number of available tables. |
java.lang.String |
getRowName(int index,
int row)
Return the name of the object a row represents (row header). |
java.lang.String |
getTableName(int index)
Returns the name of a table. |
int |
getTypeID(int index)
Return the metamodel type ID of the elements of a table. |
java.lang.Object |
getValueAt(int index,
int row,
int col)
Return the table cell value at a particular coordinate. |
| Method Detail |
public int getNumberOfTables()
public java.lang.String getTableName(int index)
index - Index of the table to access.
public int getNumberOfRows(int index)
index - Index of the table to access.
public int getNumberOfColumns(int index)
index - Index of the table to access.
public java.lang.Object getValueAt(int index,
int row,
int col)
index - Index of the table to access.row - Index of the row to access.col - Index of the column to access.
public java.lang.String getRowName(int index,
int row)
index - Index of the table to access.row - Index of the row.
public java.lang.String getColumnName(int index,
int col)
index - Index of the table to access.col - Index of the column.
public java.lang.String getColumnDescription(int index,
int col)
index - Index of the table to access.col - Index of the column.
public int getTypeID(int index)
index - Index of the table to access.
|
www.sdmetrics.com | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||