public class ReporterMethod extends Object
Constructor and Description |
---|
ReporterMethod(String name,
ArrayList<ReporterIon> reporterIons,
ArrayList<CorrectionFactor> correctionFactors)
Constructor for a reporter method.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<CorrectionFactor> |
getCorrectionFactors()
Returns the correction factors corresponding to the reporter ions.
|
String |
getName()
Returns the name of the method.
|
ArrayList<ReporterIon> |
getReporterIons()
Returns the reporter ions used.
|
public ReporterMethod(String name, ArrayList<ReporterIon> reporterIons, ArrayList<CorrectionFactor> correctionFactors)
name
- the name of the methodreporterIons
- the reporter ions usedcorrectionFactors
- the correction factors corresponding to the
reporter ionspublic ArrayList<ReporterIon> getReporterIons()
public ArrayList<CorrectionFactor> getCorrectionFactors()
public String getName()
Copyright © 2013. All Rights Reserved.