|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.experiment.quantification.reporterion.ReporterMethod
public class ReporterMethod
This class models a reporter quantification method. User: Marc Date: Sep 29, 2010 Time: 5:52:30 PM
Constructor Summary | |
---|---|
ReporterMethod(java.lang.String name,
java.util.ArrayList<ReporterIon> reporterIons,
java.util.ArrayList<CorrectionFactor> correctionFactors)
Constructor for a reporter method |
Method Summary | |
---|---|
java.util.ArrayList<CorrectionFactor> |
getCorrectionFactors()
Returns the correction factors corresponding to the reporter ions |
java.util.ArrayList<ReporterIon> |
getReporterIons()
Returns the reporter ions used |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReporterMethod(java.lang.String name, java.util.ArrayList<ReporterIon> reporterIons, java.util.ArrayList<CorrectionFactor> correctionFactors)
index
- the index of the methodname
- the name of the methodreporterIons
- the reporter ions usedcorrectionFactors
- the correction factors corresponding to the reporter ionsMethod Detail |
---|
public java.util.ArrayList<ReporterIon> getReporterIons()
public java.util.ArrayList<CorrectionFactor> getCorrectionFactors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |