public class ReporterMethod
extends java.lang.Object
Constructor and Description |
---|
ReporterMethod(java.lang.String name,
java.util.ArrayList<ReporterIon> reporterIons,
java.util.ArrayList<CorrectionFactor> correctionFactors)
Constructor for a reporter method.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 ionspublic java.util.ArrayList<ReporterIon> getReporterIons()
public java.util.ArrayList<CorrectionFactor> getCorrectionFactors()
public java.lang.String getName()
Copyright © 2013. All Rights Reserved.