pal.misc
Interface TableReport

All Known Subinterfaces:
CharacterAlignment
All Known Implementing Classes:
LinkageDisequilibrium

public interface TableReport

interface for classes with data that can be presented in tables


Method Summary
 java.lang.Object[] getTableColumnNames()
          get the names of the columns
 java.lang.Object[][] getTableData()
          get the data elements
 java.lang.String getTableTitle()
          get the title of the table
 

Method Detail

getTableColumnNames

public java.lang.Object[] getTableColumnNames()
get the names of the columns
Returns:
columns names

getTableData

public java.lang.Object[][] getTableData()
get the data elements
Returns:
the data elements

getTableTitle

public java.lang.String getTableTitle()
get the title of the table
Returns:
a String title