| 33 | } |
| 34 | |
| 35 | boost::optional<ModelObject> Splitter_Impl::outletModelObject(unsigned branchIndex) const { |
| 36 | return connectedObject(outletPort(branchIndex)); |
| 37 | } |
| 38 | |
| 39 | std::vector<HVACComponent> Splitter_Impl::edges(const boost::optional<HVACComponent>& /*prev*/) { |
| 40 | return castVector<HVACComponent>(outletModelObjects()); |