fr.ens.transcriptome.doelan.data
Class TestSuiteResult.GlobalTest

java.lang.Object
  extended byfr.ens.transcriptome.doelan.data.TestSuiteResult.GlobalTest
Enclosing class:
TestSuiteResult

public class TestSuiteResult.GlobalTest
extends java.lang.Object

This class defines a object which contains a global test and its parameters

Author:
Laurent Jourdren

Constructor Summary
TestSuiteResult.GlobalTest(QualityGlobalTest test, fr.ens.transcriptome.nividic.util.parameter.Parameters parameters)
          Public constructor.
 
Method Summary
 void executeTest(fr.ens.transcriptome.nividic.platform.workflow.Container container)
          Excecute the test with its parameters
 fr.ens.transcriptome.nividic.util.parameter.Parameters getParameters()
          Get the parameters.
 QualityGlobalTest getTest()
          Get the test.
 void setParameters(fr.ens.transcriptome.nividic.util.parameter.Parameters parameters)
          Set the parameters
 void setTest(QualityGlobalTest test)
          Set the test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSuiteResult.GlobalTest

public TestSuiteResult.GlobalTest(QualityGlobalTest test,
                                  fr.ens.transcriptome.nividic.util.parameter.Parameters parameters)
Public constructor.

Parameters:
test - Test to set
parameters - Parameters to set
Method Detail

getParameters

public fr.ens.transcriptome.nividic.util.parameter.Parameters getParameters()
Get the parameters.

Returns:
Returns the parameters

getTest

public QualityGlobalTest getTest()
Get the test.

Returns:
Returns the test

setParameters

public void setParameters(fr.ens.transcriptome.nividic.util.parameter.Parameters parameters)
Set the parameters

Parameters:
parameters - The parameters to set

setTest

public void setTest(QualityGlobalTest test)
Set the test.

Parameters:
test - The test to set

executeTest

public void executeTest(fr.ens.transcriptome.nividic.platform.workflow.Container container)
                 throws fr.ens.transcriptome.nividic.platform.PlatformException
Excecute the test with its parameters

Parameters:
container - Container to put in the test
Throws:
fr.ens.transcriptome.nividic.platform.PlatformException - if no test exists


Copyright © 2004-2005 École Normale Supérieure Microarray Platform. All Rights Reserved.