fr.ens.transcriptome.doelan.data
Class QualityUnitTestResult.SummaryResult

java.lang.Object
  extended byfr.ens.transcriptome.doelan.data.QualityUnitTestResult.SummaryResult
Enclosing class:
QualityUnitTestResult

public final class QualityUnitTestResult.SummaryResult
extends java.lang.Object

This class define the result for a channel.

Author:
Laurent Jourdren

Method Summary
 java.lang.String getChannel()
          Get the channel.
 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 isPass()
          Test if the test pass.
 boolean isPercent()
          Test if the value is a percentage.
 void setPass(boolean pass)
          Set if the test pass.
 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChannel

public java.lang.String getChannel()
Get the channel.

Returns:
Returns the channel

isPass

public boolean isPass()
Test if the test pass.

Returns:
Returns the pass

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.

setPass

public void setPass(boolean pass)
Set if the test pass.

Parameters:
pass - The pass to set

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.