|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ens.transcriptome.doelan.data.TestSuiteResult.GlobalTest
This class defines a object which contains a global test and its parameters
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 |
public TestSuiteResult.GlobalTest(QualityGlobalTest test, fr.ens.transcriptome.nividic.util.parameter.Parameters parameters)
test
- Test to setparameters
- Parameters to setMethod Detail |
public fr.ens.transcriptome.nividic.util.parameter.Parameters getParameters()
public QualityGlobalTest getTest()
public void setParameters(fr.ens.transcriptome.nividic.util.parameter.Parameters parameters)
parameters
- The parameters to setpublic void setTest(QualityGlobalTest test)
test
- The test to setpublic void executeTest(fr.ens.transcriptome.nividic.platform.workflow.Container container) throws fr.ens.transcriptome.nividic.platform.PlatformException
container
- Container to put in the test
fr.ens.transcriptome.nividic.platform.PlatformException
- if no test exists
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |