| 369 | } |
| 370 | |
| 371 | boost::optional<ModelObject> WaterToWaterComponent_Impl::tertiaryInletModelObject() const { |
| 372 | return connectedObject(tertiaryInletPort()); |
| 373 | } |
| 374 | |
| 375 | boost::optional<ModelObject> WaterToWaterComponent_Impl::tertiaryOutletModelObject() const { |
| 376 | return connectedObject(tertiaryOutletPort()); |
no outgoing calls