ProteoWizard
|
structure for holding CV term info More...
#include <cv.hpp>
Public Types | |
typedef std::vector< CVID > | id_list |
Public Member Functions | |
CVTermInfo () | |
const std::string & | shortName () const |
std::string | prefix () const |
Public Attributes | |
CVID | cvid |
std::string | id |
std::string | name |
std::string | def |
bool | isObsolete |
id_list | parentsIsA |
id_list | parentsPartOf |
std::multimap< std::string, CVID > | otherRelations |
std::vector< std::string > | exactSynonyms |
std::multimap< std::string, std::string > | propertyValues |
typedef std::vector<CVID> pwiz::cv::CVTermInfo::id_list |
|
inline |
const std::string& pwiz::cv::CVTermInfo::shortName | ( | ) | const |
std::string pwiz::cv::CVTermInfo::prefix | ( | ) | const |
std::string pwiz::cv::CVTermInfo::id |
Definition at line 10187 of file cv.hpp.
Referenced by WriteCVParam::operator()(), and test().
std::string pwiz::cv::CVTermInfo::name |
Definition at line 10188 of file cv.hpp.
Referenced by WriteCVParam::operator()(), pwiz::tradata::TextWriter::operator()(), pwiz::msdata::TextWriter::operator()(), pwiz::identdata::TextWriter::operator()(), test(), testCleavageAgents(), testIsChildOf(), and testSynonyms().
std::string pwiz::cv::CVTermInfo::def |
id_list pwiz::cv::CVTermInfo::parentsIsA |
id_list pwiz::cv::CVTermInfo::parentsPartOf |
std::multimap<std::string, CVID> pwiz::cv::CVTermInfo::otherRelations |
Definition at line 10195 of file cv.hpp.
Referenced by testOtherRelations().
std::vector<std::string> pwiz::cv::CVTermInfo::exactSynonyms |
Definition at line 10196 of file cv.hpp.
Referenced by testSynonyms().
std::multimap<std::string, std::string> pwiz::cv::CVTermInfo::propertyValues |
Definition at line 10197 of file cv.hpp.
Referenced by testPropertyValues().