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

Method applyWeekdays

src/model/ScheduleRule.cpp:297–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 }
296
297 bool ScheduleRule_Impl::applyWeekdays() const {
298 return (this->applyMonday() && this->applyTuesday() && this->applyWednesday() && this->applyThursday() && this->applyFriday());
299 }
300
301 bool ScheduleRule_Impl::applyWeekends() const {
302 return (this->applySaturday() && this->applySunday());

Callers 2

applyAllDaysMethod · 0.95
TEST_FFunction · 0.80

Calls 5

applyMondayMethod · 0.95
applyTuesdayMethod · 0.95
applyWednesdayMethod · 0.95
applyThursdayMethod · 0.95
applyFridayMethod · 0.95

Tested by 1

TEST_FFunction · 0.64