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

Method value

src/measure/ModelicaParameters.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 }
97
98 std::string ModelicaParameter::value() const {
99 return m_impl->value();
100 }
101
102 void ModelicaParameter::setValue(const std::string& value) {
103 m_impl->setValue(value);

Callers 6

getParameterValueMethod · 0.45
setDomainTypeMethod · 0.45
printMethod · 0.45
validateUserArgumentsMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36