| 65 | } |
| 66 | |
| 67 | std::vector<IdfObject> RefrigerationCompressor_Impl::remove() { |
| 68 | // Remove from ModelObjectList(s) in RefrigerationSystem(s) if needed |
| 69 | this->removeFromSystem(); |
| 70 | |
| 71 | return ParentObject_Impl::remove(); |
| 72 | } |
| 73 | |
| 74 | std::vector<IddObjectType> RefrigerationCompressor_Impl::allowableChildTypes() const { |
| 75 | std::vector<IddObjectType> result; |
nothing calls this directly
no test coverage detected