| 129 | } |
| 130 | |
| 131 | boost::optional<DefaultScheduleSet> BuildingStory_Impl::defaultScheduleSet() const { |
| 132 | return getObject<ModelObject>().getModelObjectTarget<DefaultScheduleSet>(OS_BuildingStoryFields::DefaultScheduleSetName); |
| 133 | } |
| 134 | |
| 135 | boost::optional<Schedule> BuildingStory_Impl::getDefaultSchedule(const DefaultScheduleType& defaultScheduleType) const { |
| 136 | boost::optional<Schedule> result; |