Uses of Class
com.compomics.util.experiment.quantification.reporterion.ReporterMethod
Package | Description |
---|---|
com.compomics.util.experiment.quantification.reporterion |
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 ReporterMethod Modifier and Type Method Description ReporterMethod
ReporterIonQuantification. getReporterMethod()
Returns the reporter method used.ReporterMethod
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 ReporterMethod Modifier and Type Method Description HashMap<String,ReporterMethod>
ReporterMethodFactory. getMethods()
Returns the methods implemented in the factory.Methods in com.compomics.util.experiment.quantification.reporterion with parameters of type ReporterMethod Modifier and Type Method Description void
ReporterIonQuantification. setMethod(ReporterMethod reporterMethod)
Sets the reporter method used.