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

Method className

src/model/ModelObject.cpp:920–922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

918 ScheduleTypeKey::ScheduleTypeKey(const std::string& className, const std::string& scheduleDisplayName)
919 : m_className(className), m_scheduleDisplayName(scheduleDisplayName) {}
920 std::string ScheduleTypeKey::className() const {
921 return m_className;
922 }
923 std::string ScheduleTypeKey::scheduleDisplayName() const {
924 return m_scheduleDisplayName;
925 }

Callers 7

duplicate_measureMethod · 0.45
applyMeasuresMethod · 0.45
gatherReportsFunction · 0.45
addResultMeasureInfoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected