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

Method applySaturday

src/model/ScheduleRule.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 }
154
155 bool ScheduleRule_Impl::applySaturday() const {
156 boost::optional<std::string> value = getString(OS_Schedule_RuleFields::ApplySaturday, true);
157 OS_ASSERT(value);
158 return openstudio::istringEqual(value.get(), "Yes");
159 }
160
161 std::string ScheduleRule_Impl::dateSpecificationType() const {
162 boost::optional<std::string> value = getString(OS_Schedule_RuleFields::DateSpecificationType, true);

Callers 5

applyWeekendsMethod · 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