17#ifndef MS_CROSSLINKING_SETTINGS_HPP
18#define MS_CROSSLINKING_SETTINGS_HPP
24namespace msparser_internal {
25 class ms_crosslinking_xmlloader;
28namespace matrix_science {
30 class ms_crosslinking_parameters;
77 friend class msparser_internal::ms_crosslinking_xmlloader;
100 virtual std::string getSchemaType()
const;
103 virtual std::string getParameterSchemaType()
const;
A class that represents base parametersType in crosslinking_1.xsd.
Definition: ms_crosslinking_parameters.hpp:84
Settings element in crosslinking.xml
Definition: ms_crosslinking_settings.hpp:76