|
ProteoWizard
|
Implementation of AnalysisSoftwareType from the mzIdentML schema. More...
#include <IdentData.hpp>
Public Member Functions | |
| AnalysisSoftware (const std::string &id_="", const std::string &name_="") | |
| virtual bool | empty () const |
Public Member Functions inherited from pwiz::identdata::Identifiable | |
| Identifiable (const std::string &id_="", const std::string &name_="") | |
| virtual | ~Identifiable () |
Public Attributes | |
| std::string | version |
| std::string | URI |
| std::string | customizations |
| ContactRolePtr | contactRolePtr |
| ParamContainer | softwareName |
Public Attributes inherited from pwiz::identdata::Identifiable | |
| std::string | id |
| std::string | name |
Implementation of AnalysisSoftwareType from the mzIdentML schema.
The software used for performing the analyses.
Definition at line 211 of file IdentData.hpp.
| pwiz::identdata::AnalysisSoftware::AnalysisSoftware | ( | const std::string & | id_ = "", |
| const std::string & | name_ = "" |
||
| ) |
|
virtual |
Reimplemented from pwiz::identdata::Identifiable.
| std::string pwiz::identdata::AnalysisSoftware::version |
Definition at line 217 of file IdentData.hpp.
Referenced by testAnalysisSoftware().
| std::string pwiz::identdata::AnalysisSoftware::URI |
Definition at line 218 of file IdentData.hpp.
Referenced by testAnalysisSoftware().
| std::string pwiz::identdata::AnalysisSoftware::customizations |
Definition at line 219 of file IdentData.hpp.
Referenced by testAnalysisSoftware().
| ContactRolePtr pwiz::identdata::AnalysisSoftware::contactRolePtr |
Definition at line 222 of file IdentData.hpp.
Referenced by testAnalysisSoftware().
| ParamContainer pwiz::identdata::AnalysisSoftware::softwareName |
Definition at line 223 of file IdentData.hpp.
Referenced by testAnalysisSoftware().
1.8.1.1