| 52 | } |
| 53 | |
| 54 | boost::optional<unsigned> Connection_Impl::sourceObjectPort() const { |
| 55 | return this->getUnsigned(openstudio::OS_ConnectionFields::OutletPort); |
| 56 | } |
| 57 | |
| 58 | boost::optional<ModelObject> Connection_Impl::targetObject() const { |
| 59 | if (boost::optional<WorkspaceObject> oCandidate = getTarget(openstudio::OS_ConnectionFields::TargetObject)) { |
no test coverage detected