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

Method applyTuesday

src/model/ScheduleRule.cpp:131–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 bool ScheduleRule_Impl::applyTuesday() const {
132 boost::optional<std::string> value = getString(OS_Schedule_RuleFields::ApplyTuesday, true);
133 OS_ASSERT(value);
134 return openstudio::istringEqual(value.get(), "Yes");
135 }
136
137 bool ScheduleRule_Impl::applyWednesday() const {
138 boost::optional<std::string> value = getString(OS_Schedule_RuleFields::ApplyWednesday, true);

Callers 5

applyWeekdaysMethod · 0.95
containsDateMethod · 0.95
containsDatesMethod · 0.95
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 2

istringEqualFunction · 0.85
getMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64