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

Method applyFriday

src/model/ScheduleRule.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 }
148
149 bool ScheduleRule_Impl::applyFriday() const {
150 boost::optional<std::string> value = getString(OS_Schedule_RuleFields::ApplyFriday, true);
151 OS_ASSERT(value);
152 return openstudio::istringEqual(value.get(), "Yes");
153 }
154
155 bool ScheduleRule_Impl::applySaturday() const {
156 boost::optional<std::string> value = getString(OS_Schedule_RuleFields::ApplySaturday, 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