| 63 | } |
| 64 | |
| 65 | boost::optional<unsigned> Connection_Impl::targetObjectPort() const { |
| 66 | return this->getUnsigned(openstudio::OS_ConnectionFields::InletPort).get(); |
| 67 | } |
| 68 | |
| 69 | bool Connection_Impl::setSourceObject(const ModelObject& object) { |
| 70 | return setPointer(openstudio::OS_ConnectionFields::SourceObject, object.handle()); |
no test coverage detected