edu.udo.cs.yale.tools.math
Class SignificanceTestResult

java.lang.Object
  extended by edu.udo.cs.yale.operator.AbstractIOObject
      extended by edu.udo.cs.yale.operator.ResultObjectAdapter
          extended by edu.udo.cs.yale.tools.math.SignificanceTestResult
All Implemented Interfaces:
IOObject, ResultObject
Direct Known Subclasses:
AnovaCalculator.AnovaSignificanceTestResult, TTestSignificanceTestOperator.TTestSignificanceTestResult

public abstract class SignificanceTestResult
extends ResultObjectAdapter

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.

Version:
$Id: SignificanceTestResult.java,v 1.2 2006/03/21 15:35:53 ingomierswa Exp $
Author:
Ingo Mierswa

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

SignificanceTestResult

public SignificanceTestResult()
Method Detail

getName

public abstract java.lang.String getName()
Returns the name of the test.

Specified by:
getName in interface ResultObject
Overrides:
getName in class ResultObjectAdapter


toString

public abstract java.lang.String toString()
Returns a string describing the test result.

Overrides:
toString in class java.lang.Object



Copyright © 2001-2006