MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / taxonomyTag

Method taxonomyTag

src/utilities/bcl/BCLMeasure.cpp:694–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692}
693
694std::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
703void BCLMeasure::setTaxonomyTag(const std::string& taxonomyTag) {
704 m_bclXML.clearTags();

Callers 4

do_POSTMethod · 0.80
updateMethod · 0.80
TEST_FFunction · 0.80
addResultMeasureInfoFunction · 0.80

Calls 2

tagsMethod · 0.45
emptyMethod · 0.45

Tested by 1

TEST_FFunction · 0.64