17#ifndef MS_QUANT_SATELLITE_HPP
18#define MS_QUANT_SATELLITE_HPP
25namespace msparser_internal {
26 class ms_quant_xmlloader;
29namespace matrix_science {
31 class ms_quant_modgroup;
46 friend class msparser_internal::ms_quant_xmlloader;
69 virtual std::string getSchemaType()
const;
72 virtual std::string validateShallow(
const ms_xml_schema *pSchemaFileObj)
const;
75 virtual std::string validateDeep(
const ms_xml_schema *pSchemaFileObj)
const;
79 bool haveModifications()
const;
88 void dropModifications();
91 std::string getModificationsSchemaType()
const;
96 bool _modifications_set;
An object of this class represent a single modification group element in quantitation....
Definition: ms_quant_modgroup.hpp:46
An object of this class represent a single satellite element in quantitation.xml.
Definition: ms_quant_satellite.hpp:45