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.
|
ReporterIon |
getReporterIon(int reporterIonIndex)
Returns the reporter ion indexed by the given index, null if not found.
|
ArrayList<Integer> |
getReporterIonIndexes()
Returns a list containing the indexes of the reporter ions.
|
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<Integer> getReporterIonIndexes()
public ReporterIon getReporterIon(int reporterIonIndex)
reporterIonIndex
- the index of the reporter ionpublic ArrayList<CorrectionFactor> getCorrectionFactors()
public String getName()
Copyright © 2014. All Rights Reserved.