Term

class Term

A term contains a qualifier and a resource. The qualifier is typically one of the BioModels qualifiers.

Subclassed by semsim::DescriptorTerm

Public Functions

Term(const Relation &relation, const Resource &resource)

Construct from a Resource (URI) and Relation.

const Relation &getRelation() const

Return

The Resource of this term.

const Resource &getResource() const

Return

The Resource of this term.