17#ifndef MS_DISTILLER_SUB_PROJECT_HPP
18#define MS_DISTILLER_SUB_PROJECT_HPP
25namespace msparser_internal
31namespace matrix_science
47 static std::string getResultsListStreamName();
53 bool extractXml(msparser_internal::ms_XMLHelper & helper, msparser_internal::ms_XMLElement & element);
56 virtual int getId()
const;
58 virtual std::string getType()
const;
60 virtual std::string getName()
const;
62 virtual int getRawSampleNumber()
const;
64 virtual int getRawFormat()
const;
66 virtual std::string getRawAbsolutePath()
const;
68 virtual std::string getRawRelativePath()
const;
70 virtual std::string getProjectRelativePath()
const;
72 virtual bool getHavePeakList()
const;
80 std::string rawAbsolutePath;
81 std::string rawRelativePath;
82 std::string projectRelativePath;
The details of a Distiller multifile subproject.
Definition: ms_distiller_sub_project.hpp:44