public class SimpleTableReport extends AbstractTableReport implements Serializable, TableReport
Constructor and Description |
---|
SimpleTableReport(String theName,
Object[] columnNames,
Object[][] theData) |
SimpleTableReport(TableReport tr) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount()
Get the number of the columns
|
long |
getElementCount()
Get the total number of elements in the dataset.
|
Object[] |
getRow(long row)
Returns specified row.
|
long |
getRowCount()
Get the number of rows
|
Object[] |
getTableColumnNames()
Return column names for the table
|
String |
getTableTitle()
Return the name for the title of the ANOVA
|
Object |
getValueAt(long row,
int col)
Returns value at given row and column.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toStringTabDelim
public SimpleTableReport(String theName, Object[] columnNames, Object[][] theData)
public SimpleTableReport(TableReport tr)
public Object[] getTableColumnNames()
getTableColumnNames
in interface TableReport
public Object[] getRow(long row)
getRow
in interface TableReport
row
- row numberpublic String getTableTitle()
getTableTitle
in interface TableReport
public long getRowCount()
TableReport
getRowCount
in interface TableReport
public long getElementCount()
TableReport
getElementCount
in interface TableReport
public int getColumnCount()
TableReport
getColumnCount
in interface TableReport
public Object getValueAt(long row, int col)
TableReport
getValueAt
in interface TableReport
getValueAt
in class AbstractTableReport
row
- row numbercol
- column numberCopyright © 2019. All rights reserved.