#include <AlfalfaActuator.hpp>
◆ AlfalfaActuator() [1/2]
| openstudio::alfalfa::AlfalfaActuator::AlfalfaActuator |
( |
const std::string & | component_name, |
|
|
const std::string & | component_type, |
|
|
const std::string & | control_type ) |
Create an AlfalfaActuator Component from a component_name, component_type, and control_type which reflect the EneregyManagementSystem:Actuator EnergyPlus IDD.
◆ AlfalfaActuator() [2/2]
| openstudio::alfalfa::AlfalfaActuator::AlfalfaActuator |
( |
const IdfObject & | actuator | ) |
|
Create an AlfalfaActuator Component form an IdfObject.
Valid idf_object types are EnergyManagementSystemActuator and IdfObject(IddObjectType::EnergyManagementSystem_Actuator)
◆ acceptsObjectType()
| static bool openstudio::alfalfa::AlfalfaActuator::acceptsObjectType |
( |
const IddObjectType & | idd_type | ) |
|
|
static |
◆ capability()
| AlfalfaComponentCapability openstudio::alfalfa::AlfalfaActuator::capability |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ clone()
◆ componentName()
| std::string openstudio::alfalfa::AlfalfaActuator::componentName |
( |
| ) |
const |
◆ componentType()
| std::string openstudio::alfalfa::AlfalfaActuator::componentType |
( |
| ) |
const |
◆ controlType()
| std::string openstudio::alfalfa::AlfalfaActuator::controlType |
( |
| ) |
const |
◆ deriveName()
| std::string openstudio::alfalfa::AlfalfaActuator::deriveName |
( |
| ) |
const |
|
overridevirtual |
◆ toJSON()
| Json::Value openstudio::alfalfa::AlfalfaActuator::toJSON |
( |
| ) |
const |
|
overridevirtual |
◆ type()
| AlfalfaComponentType openstudio::alfalfa::AlfalfaActuator::type |
( |
| ) |
const |
|
inlineoverridevirtual |