27namespace matrix_science {
68 std::vector<std::string> getItemFromId(
const char *
id)
const;
71 std::string findIDFromTagValue(
const char * tag,
const char * value)
const;
74 void parseLine(
const std::string str, std::string & tag, std::string & value, std::string & comment)
const;
77 int getNumberOfEntries()
const;
82 typedef std::vector<std::string> ontologyItem_t;
83 typedef std::map<std::string, ontologyItem_t> ontology_t;
This class is used as a base class for several Mascot Parser classes.
Definition: ms_errors.hpp:696
The class provides simplified access to ontology files in the .obo format.
Definition: ms_obofile.hpp:43