| 483 | } |
| 484 | |
| 485 | Node PlantLoop_Impl::supplyOutletNode() const { |
| 486 | return connectedObject(supplyOutletPort())->optionalCast<Node>().get(); |
| 487 | } |
| 488 | |
| 489 | std::vector<Node> PlantLoop_Impl::supplyOutletNodes() const { |
| 490 | return std::vector<Node>{supplyOutletNode()}; |