|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.udo.cs.yale.operator.AbstractIOObject
edu.udo.cs.yale.operator.ResultObjectAdapter
edu.udo.cs.yale.tools.math.SignificanceTestResult
public abstract class SignificanceTestResult
This class encapsulates the result of a statistical significance test. Subclasses may also want to override the method getVisualizationComponent to provide a nicer graphical version for the GUI.
| Constructor Summary | |
|---|---|
SignificanceTestResult()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getName()
Returns the name of the test. |
abstract java.lang.String |
toString()
Returns a string describing the test result. |
| Methods inherited from class edu.udo.cs.yale.operator.ResultObjectAdapter |
|---|
addAction, getActions, getVisualisationComponent, toHTML, toResultString |
| Methods inherited from class edu.udo.cs.yale.operator.AbstractIOObject |
|---|
copy, read, read, read, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface edu.udo.cs.yale.operator.IOObject |
|---|
copy, write, write |
| Constructor Detail |
|---|
public SignificanceTestResult()
| Method Detail |
|---|
public abstract java.lang.String getName()
getName in interface ResultObjectgetName in class ResultObjectAdapterpublic abstract java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||