fr.ens.transcriptome.doelan.data
Class QualityGlobalTestResult

java.lang.Object
  extended byfr.ens.transcriptome.doelan.data.QualityTestResult
      extended byfr.ens.transcriptome.doelan.data.QualityGlobalTestResult

public class QualityGlobalTestResult
extends QualityTestResult

This class define a result from a QualityUnitTest

Author:
Laurent Jourdren

Constructor Summary
QualityGlobalTestResult(fr.ens.transcriptome.nividic.om.BioAssay bioassay, QualityGlobalTest test)
          Public constructor.
 
Method Summary
 double getThreshold()
          Get the Threshold.
 java.lang.String getThresholdEqualityType()
          Get the type of equality between the threshold and this value.
 java.lang.String getUnit()
          Get the unit of the value and the threshold.
 double getValue()
          Get the value.
 boolean isPercent()
          Test if the value is a percentage.
 void setPercent(boolean percent)
          Set if the value is a percentage.
 void setThreshold(double threshold)
          Set the threshold.
 void setThresholdEqualityType(java.lang.String equality)
          Set the equality type between the the threshold and its value.
 void setUnit(java.lang.String unit)
          Set the unit of the value and the threshold.
 void setValue(double value)
          Set the value.
 
Methods inherited from class fr.ens.transcriptome.doelan.data.QualityTestResult
getBioAssay, getId, getImage, getMessage, getParameters, getResult, getTestDescription, getTestId, getTestType, setBioAssay, setBioAssay, setImage, setMessage, setParameters, setResult, setTestDescription, setTestId, setTestType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QualityGlobalTestResult

public QualityGlobalTestResult(fr.ens.transcriptome.nividic.om.BioAssay bioassay,
                               QualityGlobalTest test)
Public constructor.

Parameters:
bioassay - The bioassay used for the test
test - The test used
Method Detail

getThreshold

public double getThreshold()
Get the Threshold.

Returns:
Returns the threshold in percent

getValue

public double getValue()
Get the value.

Returns:
Returns the value

isPercent

public boolean isPercent()
Test if the value is a percentage.

Returns:
Returns the percent

getUnit

public java.lang.String getUnit()
Get the unit of the value and the threshold.

Returns:
The unit of the value and the threshold

getThresholdEqualityType

public java.lang.String getThresholdEqualityType()
Get the type of equality between the threshold and this value. For example: "=", " <", ">", " <=", ">=", "!="... Default value is " <".

Returns:
the type of equality of the parameter.

setThreshold

public void setThreshold(double threshold)
Set the threshold.

Parameters:
threshold - The threshold to set

setValue

public void setValue(double value)
Set the value.

Parameters:
value - The value to set

setPercent

public void setPercent(boolean percent)
Set if the value is a percentage.

Parameters:
percent - The percent to set

setUnit

public void setUnit(java.lang.String unit)
Set the unit of the value and the threshold.

Parameters:
unit - Unit to set

setThresholdEqualityType

public void setThresholdEqualityType(java.lang.String equality)
Set the equality type between the the threshold and its value.

Parameters:
equality - The equality to set.


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