|
||||||||||
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.
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.lang.String |
getName()
Returns the name of the method. |
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)
name
- 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()
public java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |