#include <AlfalfaConstant.hpp>
Inheritance diagram for openstudio::alfalfa::AlfalfaConstant:Public Member Functions | |
| AlfalfaConstant (double value) | |
| Create an AlfalfaConstant Component with a set value. | |
| AlfalfaComponentCapability | capability () const override |
| std::unique_ptr< AlfalfaComponentBase > | clone () const override |
| std::string | deriveName () const override |
| Json::Value | toJSON () const override |
| AlfalfaComponentType | type () const override |
| double | value () const |
Public Member Functions inherited from openstudio::alfalfa::AlfalfaComponentBase | |
| virtual bool | canInput () const |
| virtual bool | canOutput () const |
| virtual std::string | typeName () const |
| virtual | ~AlfalfaComponentBase ()=default |
| openstudio::alfalfa::AlfalfaConstant::AlfalfaConstant | ( | double | value | ) |
Create an AlfalfaConstant Component with a set value.
|
inlineoverridevirtual |
Implements openstudio::alfalfa::AlfalfaComponentBase.
|
inlineoverridevirtual |
Implements openstudio::alfalfa::AlfalfaComponentBase.
|
overridevirtual |
Implements openstudio::alfalfa::AlfalfaComponentBase.
|
overridevirtual |
Implements openstudio::alfalfa::AlfalfaComponentBase.
|
inlineoverridevirtual |
Implements openstudio::alfalfa::AlfalfaComponentBase.
| double openstudio::alfalfa::AlfalfaConstant::value | ( | ) | const |