|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ens.transcriptome.doelan.data.QualityTestResult
fr.ens.transcriptome.doelan.data.QualityUnitTestResult
This class define a result from a QualityUnitTest
Nested Class Summary | |
class |
QualityUnitTestResult.SummaryResult
This class define the result for a channel. |
Constructor Summary | |
QualityUnitTestResult(fr.ens.transcriptome.nividic.om.BioAssay bioassay,
QualityUnitTest test)
Public constructor. |
Method Summary | |
boolean[] |
getNewFlags()
Get the new flags of the bioAssay after the test. |
int |
getRealFeatures()
Get the count of the realFeatures (not abscent). |
boolean |
getResult()
test is the test passed. |
QualityUnitTestResult.SummaryResult |
getResultAllChannels()
Get the result for all channel. |
QualityUnitTestResult.SummaryResult |
getResultChannel532()
Get the result for 532 channel. |
QualityUnitTestResult.SummaryResult |
getResultChannel635()
Get the result for 635 channel. |
boolean |
isFilterFlags()
Test new flags must be filtered. |
boolean |
isGlobalResult()
Test if there is a result for each channel. |
void |
setFilterFlags(boolean filterFlags)
Set if the new flags must be filtered. |
void |
setGlobalResultType(boolean global)
Set if there is a result for each channel. |
void |
setNewFlags(boolean[] flagsValues)
Set the new flags values after the test. |
void |
setRealFeatures(int realFeatures)
Set the count of the realFeatures (not abscent). |
Methods inherited from class fr.ens.transcriptome.doelan.data.QualityTestResult |
getBioAssay, getId, getImage, getMessage, getParameters, 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 |
public QualityUnitTestResult(fr.ens.transcriptome.nividic.om.BioAssay bioassay, QualityUnitTest test)
bioassay
- The bioassay used for the testtest
- The test usedMethod Detail |
public boolean[] getNewFlags()
public QualityUnitTestResult.SummaryResult getResultChannel532()
public QualityUnitTestResult.SummaryResult getResultChannel635()
public QualityUnitTestResult.SummaryResult getResultAllChannels()
public int getRealFeatures()
public boolean isFilterFlags()
public void setNewFlags(boolean[] flagsValues)
flagsValues
- The new flags valuespublic void setRealFeatures(int realFeatures)
realFeatures
- The realFeatures to setpublic void setGlobalResultType(boolean global)
global
- true if there is no result for each channelpublic boolean isGlobalResult()
public boolean getResult()
getResult
in class QualityTestResult
public void setFilterFlags(boolean filterFlags)
filterFlags
- The filterFlags to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |