fr.ens.transcriptome.doelan.data
Class TestSuiteResult

java.lang.Object
  extended byfr.ens.transcriptome.doelan.data.TestSuiteResult

public class TestSuiteResult
extends java.lang.Object

This class contains the report information of a testsuite.

Author:
Laurent Jourdren

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

TestSuiteResult

public TestSuiteResult(java.lang.String chipTypeName,
                       java.lang.String testSuiteName,
                       java.lang.String description)
Public Constructor.

Parameters:
chipTypeName - The chipTypeName to set
testSuiteName - The name of the testsuite
description - Data description
Method Detail

getChipTypeName

public java.lang.String getChipTypeName()
Get the name of the type of the chip.

Returns:
Returns the chipTypeName

getHtmlReport

public java.lang.String getHtmlReport()
Get the html report.

Returns:
Returns the htmlReport

getTestSuiteName

public java.lang.String getTestSuiteName()
Get the test suite name.

Returns:
Returns the testSuiteName

getArrayPlot

public java.awt.Image getArrayPlot()
Get the arrayplot image.

Returns:
Returns the arrayPlot

getNewArrayList

public fr.ens.transcriptome.nividic.om.BioAssay getNewArrayList()
Get the new array list.

Returns:
Returns the newArrayList

setNewArrayList

public void setNewArrayList(fr.ens.transcriptome.nividic.om.BioAssay newArrayList)
Set the new array list.

Parameters:
newArrayList - The newArrayList to set

getResult

public boolean getResult()
Get the result of the test suite.

Returns:
Returns the result

getSpotRejectedId

public java.lang.String getSpotRejectedId()
Get the identifier of teh rejected spots.

Returns:
the identifier of teh rejected spots

getDescription

public java.lang.String getDescription()
Get the data description

Returns:
the description of the testsuite

getEmptySpotIds

public java.lang.String[] getEmptySpotIds()
Get the identifiers of the empty spots.

Returns:
The identifiers of the empty spots

setEmptySpotIds

public void setEmptySpotIds(java.lang.String[] emptySpotIds)
Set the identifiers of the empty spots.

Parameters:
emptySpotIds - The identifiers of the empty spots

setChipTypeName

public void setChipTypeName(java.lang.String chipTypeName)
Set the name of the type of the chip.

Parameters:
chipTypeName - The chipTypeName to set

setHtmlReport

public void setHtmlReport(java.lang.String htmlReport)
Set the code of the html report.

Parameters:
htmlReport - The htmlReport to set

setTestSuiteName

public void setTestSuiteName(java.lang.String testSuiteName)
Set the test suite name.

Parameters:
testSuiteName - The name of the testsuite

setArrayPlot

public void setArrayPlot(java.awt.Image arrayPlot)
Set the arrayplot image.

Parameters:
arrayPlot - The arrayPlot to set

setResult

public void setResult(boolean result)
Set the result of the test suite.

Parameters:
result - The result to set

setSpotRejectedId

public void setSpotRejectedId(java.lang.String spotRejectedId)
Set the identifier for the rejected spots.

Parameters:
spotRejectedId - The identifier of the rejected spots

setDescription

public void setDescription(java.lang.String description)
Set the data description

Parameters:
description - Data description

addGlobalTest

public void addGlobalTest(QualityGlobalTest test,
                          fr.ens.transcriptome.nividic.util.parameter.Parameters parameters)
Add a global test.

Parameters:
test - Test to add
parameters - Parameters of the global test

addGlobalTest

public void addGlobalTest(TestSuiteResult.GlobalTest test)
Add a global test.

Parameters:
test - Test to add

getGlobalTests

public java.util.Set getGlobalTests()
Get the global tests

Returns:
The global tests

addTestId

public void addTestId(java.lang.String testId)
Add a test id for the test order in the report.

Parameters:
testId - Test id to add

getTestIdsOrder

public java.lang.String[] getTestIdsOrder()
Get the order of the tests.

Returns:
The order of the test


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