Go to the documentation of this file.
45 typedef std::multimap<std::string, std::pair<std::string, id_type> >
relation_map;
60 : id(id), isObsolete(false)
63 bool operator< (
const Term& rhs)
const {
return id < rhs.
id;}
84 OBO(
const std::string& filename);
static const id_type MAX_ID
std::vector< std::string > exactSynonyms
std::vector< std::string > header
std::set< std::string > prefixes
std::ostream & operator<<(std::ostream &os, const Diff< object_type, config_type > &diff)
stream insertion of Diff results
Represents a selectively parsed OBO file.
OBO(const std::string &filename)
a single controlled vocabulary term
std::multimap< std::string, std::string > propertyValues
std::vector< id_type > id_list
std::multimap< std::string, std::pair< std::string, id_type > > relation_map