|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ens.transcriptome.doelan.data.QualityUnitTestResult.SummaryResult
This class define the result for a channel.
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 |
public java.lang.String getChannel()
public boolean isPass()
public double getThreshold()
public double getValue()
public boolean isPercent()
public java.lang.String getUnit()
public java.lang.String getThresholdEqualityType()
public void setPass(boolean pass)
pass
- The pass to setpublic void setThreshold(double threshold)
threshold
- The threshold to setpublic void setValue(double value)
value
- The value to setpublic void setPercent(boolean percent)
percent
- The percent to setpublic void setUnit(java.lang.String unit)
unit
- Unit to setpublic void setThresholdEqualityType(java.lang.String equality)
equality
- The equality to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |