#include <CalibrationResult.hpp>
Public Member Functions | |
bool | addUtilityBill (const CalibrationUtilityBill &utilityBill) |
add a utility bill More... | |
Attribute | attribute () const |
Returns the attribute. More... | |
CalibrationResult () | |
Constructs a new calibration result attribute. More... | |
std::vector < CalibrationUtilityBill > | utilityBills () const |
get all utility bills More... | |
Static Public Member Functions | |
static std::string | attributeName () |
Returns the expected name for attributes of this type, 'CalibrationResult'. More... | |
static boost::optional < CalibrationResult > | fromAttribute (const Attribute &attribute) |
Creates a CalibrationResult wrapper around attribute if it is correctly formatted. More... | |
CalibrationResult is wrapper around Attribute for storing information about model calibration.
openstudio::CalibrationResult::CalibrationResult | ( | ) |
Constructs a new calibration result attribute.
bool openstudio::CalibrationResult::addUtilityBill | ( | const CalibrationUtilityBill & | utilityBill | ) |
add a utility bill
Attribute openstudio::CalibrationResult::attribute | ( | ) | const |
Returns the attribute.
|
static |
Returns the expected name for attributes of this type, 'CalibrationResult'.
|
static |
Creates a CalibrationResult wrapper around attribute if it is correctly formatted.
std::vector<CalibrationUtilityBill> openstudio::CalibrationResult::utilityBills | ( | ) | const |
get all utility bills