| 692 | } |
| 693 | |
| 694 | std::string BCLMeasure::taxonomyTag() const { |
| 695 | std::string result; |
| 696 | std::vector<std::string> tags = m_bclXML.tags(); |
| 697 | if (!tags.empty()) { |
| 698 | result = tags[0]; |
| 699 | } |
| 700 | return result; |
| 701 | } |
| 702 | |
| 703 | void BCLMeasure::setTaxonomyTag(const std::string& taxonomyTag) { |
| 704 | m_bclXML.clearTags(); |