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