Uses of Class
com.compomics.util.experiment.quantification.reporterion.ReporterMethod
Packages that use ReporterMethod
Package
Description
Experiment classes related to reporter ions.
-
Uses of ReporterMethod in com.compomics.util.experiment.quantification.reporterion
Methods in com.compomics.util.experiment.quantification.reporterion that return ReporterMethodModifier and TypeMethodDescriptionReporterIonQuantification.getReporterMethod()Returns the reporter method used.ReporterMethodFactory.getReporterMethod(String methodName) Returns the reporter methods corresponding to the given name.Methods in com.compomics.util.experiment.quantification.reporterion that return types with arguments of type ReporterMethodModifier and TypeMethodDescriptionReporterMethodFactory.getMethods()Returns the methods implemented in the factory.Methods in com.compomics.util.experiment.quantification.reporterion with parameters of type ReporterMethodModifier and TypeMethodDescriptionvoidReporterIonQuantification.setMethod(ReporterMethod reporterMethod) Sets the reporter method used.