#include "EnergyManagementSystemProgram.hpp"
EnergyManagementSystemProgram is a ModelObject that wraps the OpenStudio IDD object 'OS:EnergyManagementSystem:Program'.
openstudio::model::EnergyManagementSystemProgram::EnergyManagementSystemProgram |
( |
const Model & |
model | ) |
|
|
explicit |
virtual openstudio::model::EnergyManagementSystemProgram::~EnergyManagementSystemProgram |
( |
| ) |
|
|
virtualdefault |
bool openstudio::model::EnergyManagementSystemProgram::addLine |
( |
const std::string & |
body | ) |
|
std::string openstudio::model::EnergyManagementSystemProgram::body |
( |
| ) |
const |
static IddObjectType openstudio::model::EnergyManagementSystemProgram::iddObjectType |
( |
| ) |
|
|
static |
std::vector<std::string> openstudio::model::EnergyManagementSystemProgram::invalidReferencedObjects |
( |
| ) |
const |
std::vector<std::string> openstudio::model::EnergyManagementSystemProgram::lines |
( |
| ) |
const |
std::vector<ModelObject> openstudio::model::EnergyManagementSystemProgram::referencedObjects |
( |
| ) |
const |
bool openstudio::model::EnergyManagementSystemProgram::resetBody |
( |
| ) |
|
bool openstudio::model::EnergyManagementSystemProgram::setBody |
( |
const std::string & |
body | ) |
|
bool openstudio::model::EnergyManagementSystemProgram::setLines |
( |
const std::vector< std::string > & |
body | ) |
|