public class ResultMatrixSignificance extends ResultMatrix
LEFT_PARENTHESES, LOSS_STRING, RIGHT_PARENTHESES, SIGNIFICANCE_LOSS, SIGNIFICANCE_TIE, SIGNIFICANCE_WIN, TIE_STRING, WIN_STRING| Constructor and Description | 
|---|
| ResultMatrixSignificance()initializes the matrix as 1x1 matrix | 
| ResultMatrixSignificance(int cols,
                        int rows)initializes the matrix with the given dimensions | 
| ResultMatrixSignificance(ResultMatrix matrix)initializes the matrix with the values from the given matrix | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear()removes the stored data but retains the dimensions of the matrix | 
| java.lang.String | getDisplayName()returns the name of the output format | 
| java.lang.String | getRevision()Returns the revision string. | 
| static void | main(java.lang.String[] args)for testing only | 
| void | setShowStdDev(boolean show)sets whether to display the std deviations or not - always false! | 
| java.lang.String | toStringHeader()returns the header of the matrix as a string | 
| java.lang.String | toStringKey()returns returns a key for all the col names, for better readability if
 the names got cut off | 
| java.lang.String | toStringMatrix()returns the matrix as plain text | 
| java.lang.String | toStringRanking()returns the ranking in a string representation | 
| java.lang.String | toStringSummary()returns the summary as string | 
addHeader, assign, clearHeader, clearRanking, clearSummary, getAverage, getColCount, getColHidden, getColName, getColNameWidth, getColOrder, getCount, getCountWidth, getDisplayCol, getDisplayRow, getEnumerateColNames, getEnumerateRowNames, getHeader, getMean, getMeanPrec, getMeanWidth, getPrintColNames, getPrintRowNames, getRemoveFilterName, getRowCount, getRowHidden, getRowName, getRowNameWidth, getRowOrder, getShowAverage, getShowStdDev, getSignificance, getSignificanceCount, getSignificanceWidth, getStdDev, getStdDevPrec, getStdDevWidth, getVisibleColCount, getVisibleRowCount, headerKeys, setColHidden, setColName, setColNameWidth, setColOrder, setCount, setCountWidth, setEnumerateColNames, setEnumerateRowNames, setMean, setMeanPrec, setMeanWidth, setPrintColNames, setPrintRowNames, setRanking, setRemoveFilterName, setRowHidden, setRowName, setRowNameWidth, setRowOrder, setShowAverage, setSignificance, setSignificanceWidth, setSize, setStdDev, setStdDevPrec, setStdDevWidth, setSummary, toStringpublic ResultMatrixSignificance()
public ResultMatrixSignificance(int cols,
                                int rows)
public ResultMatrixSignificance(ResultMatrix matrix)
matrix - the matrix to get the values frompublic java.lang.String getDisplayName()
getDisplayName in class ResultMatrixpublic void clear()
clear in class ResultMatrixpublic void setShowStdDev(boolean show)
setShowStdDev in class ResultMatrixpublic java.lang.String toStringMatrix()
toStringMatrix in class ResultMatrixpublic java.lang.String toStringHeader()
toStringHeader in class ResultMatrixResultMatrix.m_HeaderKeys, 
ResultMatrix.m_HeaderValuespublic java.lang.String toStringKey()
toStringKey in class ResultMatrixpublic java.lang.String toStringSummary()
toStringSummary in class ResultMatrixpublic java.lang.String toStringRanking()
toStringRanking in class ResultMatrixpublic java.lang.String getRevision()
public static void main(java.lang.String[] args)