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

Method setMeasureTaxonomy

src/utilities/filetypes/WorkflowStepResult.cpp:541–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539 }
540
541 bool WorkflowStepResult_Impl::setMeasureTaxonomy(const std::string& taxonomy) {
542 m_measureTaxonomy = taxonomy;
543 return true;
544 }
545
546 void WorkflowStepResult_Impl::resetMeasureTaxonomy() {
547 m_measureTaxonomy.reset();

Callers 2

fromStringMethod · 0.80
addResultMeasureInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected