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