OpenStudio:model
 AllClasses Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages

#include "EnergyManagementSystemSubroutine.hpp"

Inheritance diagram for openstudio::model::EnergyManagementSystemSubroutine:

Public Member Functions

 EnergyManagementSystemSubroutine (const Model &model)
virtual ~EnergyManagementSystemSubroutine ()
std::string body () const
std::vector< std::string > lines () const
std::vector< ModelObjectreferencedObjects () const
std::vector< std::string > invalidReferencedObjects () const
bool setBody (const std::string &body)
bool resetBody ()
bool addLine (const std::string &body)
bool setLines (const std::vector< std::string > &body)

Static Public Member Functions

static IddObjectType iddObjectType ()

Related Functions

typedef std::vector
< EnergyManagementSystemSubroutine
EnergyManagementSystemSubroutineVector
typedef boost::optional
< EnergyManagementSystemSubroutine
OptionalEnergyManagementSystemSubroutine

Detailed Description

EnergyManagementSystemSubroutine is a ModelObject that wraps the OpenStudio IDD object 'OS:EnergyManagementSystem:Subroutine'.

Constructor & Destructor Documentation

openstudio::model::EnergyManagementSystemSubroutine::EnergyManagementSystemSubroutine ( const Model model)
explicit
virtual openstudio::model::EnergyManagementSystemSubroutine::~EnergyManagementSystemSubroutine ( )
inlinevirtual

Member Function Documentation

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)

Friends And Related Function Documentation