17#ifndef MS_QUANT_OUTLIERS_HPP
18#define MS_QUANT_OUTLIERS_HPP
25namespace msparser_internal {
26 class ms_quant_xmlloader;
29namespace matrix_science {
45 friend class msparser_internal::ms_quant_xmlloader;
67 virtual std::string getSchemaType()
const;
70 virtual std::string validateShallow(
const ms_xml_schema *pSchemaFileObj)
const;
73 virtual std::string validateDeep(
const ms_xml_schema *pSchemaFileObj)
const;
77 bool haveMethod()
const;
80 std::string getMethod()
const;
83 void setMethod(
const char* value);
89 std::string getMethodSchemaType()
const;
An object of this class represent a single OUTLIERS element in quantitation.xml.
Definition: ms_quant_outliers.hpp:44
A class that represents base parametersType in quantitation.xml.
Definition: ms_quant_parameters.hpp:82