|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ens.transcriptome.doelan.data.TestSuiteResult
This class contains the report information of a testsuite.
Nested Class Summary | |
class |
TestSuiteResult.GlobalTest
This class defines a object which contains a global test and its parameters |
Constructor Summary | |
TestSuiteResult(java.lang.String chipTypeName,
java.lang.String testSuiteName,
java.lang.String description)
Public Constructor. |
Method Summary | |
void |
addGlobalTest(QualityGlobalTest test,
fr.ens.transcriptome.nividic.util.parameter.Parameters parameters)
Add a global test. |
void |
addGlobalTest(TestSuiteResult.GlobalTest test)
Add a global test. |
void |
addTestId(java.lang.String testId)
Add a test id for the test order in the report. |
java.awt.Image |
getArrayPlot()
Get the arrayplot image. |
java.lang.String |
getChipTypeName()
Get the name of the type of the chip. |
java.lang.String |
getDescription()
Get the data description |
java.lang.String[] |
getEmptySpotIds()
Get the identifiers of the empty spots. |
java.util.Set |
getGlobalTests()
Get the global tests |
java.lang.String |
getHtmlReport()
Get the html report. |
fr.ens.transcriptome.nividic.om.BioAssay |
getNewArrayList()
Get the new array list. |
boolean |
getResult()
Get the result of the test suite. |
java.lang.String |
getSpotRejectedId()
Get the identifier of teh rejected spots. |
java.lang.String[] |
getTestIdsOrder()
Get the order of the tests. |
java.lang.String |
getTestSuiteName()
Get the test suite name. |
void |
setArrayPlot(java.awt.Image arrayPlot)
Set the arrayplot image. |
void |
setChipTypeName(java.lang.String chipTypeName)
Set the name of the type of the chip. |
void |
setDescription(java.lang.String description)
Set the data description |
void |
setEmptySpotIds(java.lang.String[] emptySpotIds)
Set the identifiers of the empty spots. |
void |
setHtmlReport(java.lang.String htmlReport)
Set the code of the html report. |
void |
setNewArrayList(fr.ens.transcriptome.nividic.om.BioAssay newArrayList)
Set the new array list. |
void |
setResult(boolean result)
Set the result of the test suite. |
void |
setSpotRejectedId(java.lang.String spotRejectedId)
Set the identifier for the rejected spots. |
void |
setTestSuiteName(java.lang.String testSuiteName)
Set the test suite name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestSuiteResult(java.lang.String chipTypeName, java.lang.String testSuiteName, java.lang.String description)
chipTypeName
- The chipTypeName to settestSuiteName
- The name of the testsuitedescription
- Data descriptionMethod Detail |
public java.lang.String getChipTypeName()
public java.lang.String getHtmlReport()
public java.lang.String getTestSuiteName()
public java.awt.Image getArrayPlot()
public fr.ens.transcriptome.nividic.om.BioAssay getNewArrayList()
public void setNewArrayList(fr.ens.transcriptome.nividic.om.BioAssay newArrayList)
newArrayList
- The newArrayList to setpublic boolean getResult()
public java.lang.String getSpotRejectedId()
public java.lang.String getDescription()
public java.lang.String[] getEmptySpotIds()
public void setEmptySpotIds(java.lang.String[] emptySpotIds)
emptySpotIds
- The identifiers of the empty spotspublic void setChipTypeName(java.lang.String chipTypeName)
chipTypeName
- The chipTypeName to setpublic void setHtmlReport(java.lang.String htmlReport)
htmlReport
- The htmlReport to setpublic void setTestSuiteName(java.lang.String testSuiteName)
testSuiteName
- The name of the testsuitepublic void setArrayPlot(java.awt.Image arrayPlot)
arrayPlot
- The arrayPlot to setpublic void setResult(boolean result)
result
- The result to setpublic void setSpotRejectedId(java.lang.String spotRejectedId)
spotRejectedId
- The identifier of the rejected spotspublic void setDescription(java.lang.String description)
description
- Data descriptionpublic void addGlobalTest(QualityGlobalTest test, fr.ens.transcriptome.nividic.util.parameter.Parameters parameters)
test
- Test to addparameters
- Parameters of the global testpublic void addGlobalTest(TestSuiteResult.GlobalTest test)
test
- Test to addpublic java.util.Set getGlobalTests()
public void addTestId(java.lang.String testId)
testId
- Test id to addpublic java.lang.String[] getTestIdsOrder()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |