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

Method applyAllDays

src/model/ScheduleRule.cpp:305–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303 }
304
305 bool ScheduleRule_Impl::applyAllDays() const {
306 return (this->applyWeekdays() && this->applyWeekends());
307 }
308
309 bool ScheduleRule_Impl::setApplyWeekdays(bool applyWeekdays) {
310 return (this->setApplyMonday(applyWeekdays) && this->setApplyTuesday(applyWeekdays) && this->setApplyWednesday(applyWeekdays)

Callers 1

TEST_FFunction · 0.80

Calls 2

applyWeekdaysMethod · 0.95
applyWeekendsMethod · 0.95

Tested by 1

TEST_FFunction · 0.64