| 174 | } |
| 175 | |
| 176 | std::vector<PythonPluginInstance> ExternalFile_Impl::pythonPluginInstances() const { |
| 177 | std::vector<PythonPluginInstance> result = getObject<ExternalFile>().getModelObjectSources<PythonPluginInstance>(); |
| 178 | return result; |
| 179 | } |
| 180 | |
| 181 | std::vector<ChillerElectricASHRAE205> ExternalFile_Impl::chillerElectricASHRAE205s() const { |
| 182 | std::vector<ChillerElectricASHRAE205> result = getObject<ExternalFile>().getModelObjectSources<ChillerElectricASHRAE205>(); |