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

Method setWorkflowJSON

src/model/Model.cpp:1313–1316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1311 }
1312
1313 bool Model_Impl::setWorkflowJSON(const openstudio::WorkflowJSON& workflowJSON) {
1314 m_workflowJSON = workflowJSON;
1315 return true;
1316 }
1317
1318 void Model_Impl::resetWorkflowJSON() {
1319 m_workflowJSON = WorkflowJSON();

Callers 4

attachWorkflowFunction · 0.80
swapMethod · 0.80
loadMethod · 0.80
runInitializationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected