com.compomics.util.experiment.quantification.reporterion
Class ReporterMethod

java.lang.Object
  extended by com.compomics.util.experiment.quantification.reporterion.ReporterMethod

public class ReporterMethod
extends Object

This class models a reporter quantification method.

Author:
Marc Vaudel Date: Sep 29, 2010 Time: 5:52:30 PM

Constructor Summary
ReporterMethod(String name, ArrayList<ReporterIon> reporterIons, ArrayList<CorrectionFactor> correctionFactors)
          Constructor for a reporter method.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReporterMethod

public ReporterMethod(String name,
                      ArrayList<ReporterIon> reporterIons,
                      ArrayList<CorrectionFactor> correctionFactors)
Constructor for a reporter method.

Parameters:
name - the name of the method
reporterIons - the reporter ions used
correctionFactors - the correction factors corresponding to the reporter ions
Method Detail

getReporterIons

public ArrayList<ReporterIon> getReporterIons()
Returns the reporter ions used.

Returns:
the reporter ions used

getCorrectionFactors

public ArrayList<CorrectionFactor> getCorrectionFactors()
Returns the correction factors corresponding to the reporter ions.

Returns:
the correction factors corresponding to the reporter ions

getName

public String getName()
Returns the name of the method

Returns:
the name of the method


Copyright © 2012. All Rights Reserved.