| 160 | } |
| 161 | |
| 162 | boost::optional<DefaultScheduleSet> SpaceType_Impl::defaultScheduleSet() const { |
| 163 | return getObject<ModelObject>().getModelObjectTarget<DefaultScheduleSet>(OS_SpaceTypeFields::DefaultScheduleSetName); |
| 164 | } |
| 165 | |
| 166 | boost::optional<Schedule> SpaceType_Impl::getDefaultSchedule(const DefaultScheduleType& defaultScheduleType) const { |
| 167 | boost::optional<Schedule> result; |