#include <RunOptions.hpp>
Static Public Member Functions | |
static boost::optional < RunOptions > | fromString (const std::string &s) |
Construct from JSON formatted string. More... | |
Base class for defining a run options for a OpenStudio Workflow.
openstudio::RunOptions::RunOptions | ( | ) |
|
virtual |
bool openstudio::RunOptions::cleanup | ( | ) | const |
boost::optional<CustomOutputAdapter> openstudio::RunOptions::customOutputAdapter | ( | ) | const |
bool openstudio::RunOptions::debug | ( | ) | const |
bool openstudio::RunOptions::epjson | ( | ) | const |
bool openstudio::RunOptions::fast | ( | ) | const |
std::string openstudio::RunOptions::forwardTranslateOptions | ( | ) | const |
|
static |
Construct from JSON formatted string.
bool openstudio::RunOptions::preserveRunDir | ( | ) | const |
void openstudio::RunOptions::resetCleanup | ( | ) |
void openstudio::RunOptions::resetCustomOutputAdapter | ( | ) |
void openstudio::RunOptions::resetDebug | ( | ) |
void openstudio::RunOptions::resetEpjson | ( | ) |
void openstudio::RunOptions::resetFast | ( | ) |
void openstudio::RunOptions::resetForwardTranslateOptions | ( | ) |
void openstudio::RunOptions::resetPreserveRunDir | ( | ) |
void openstudio::RunOptions::resetSkipEnergyPlusPreprocess | ( | ) |
void openstudio::RunOptions::resetSkipExpandObjects | ( | ) |
bool openstudio::RunOptions::setCleanup | ( | bool | cleanup | ) |
bool openstudio::RunOptions::setCustomOutputAdapter | ( | const CustomOutputAdapter & | adapter | ) |
bool openstudio::RunOptions::setDebug | ( | bool | debug | ) |
bool openstudio::RunOptions::setEpjson | ( | bool | epjson | ) |
bool openstudio::RunOptions::setFast | ( | bool | fast | ) |
bool openstudio::RunOptions::setForwardTranslateOptions | ( | const std::string & | options | ) |
bool openstudio::RunOptions::setPreserveRunDir | ( | bool | preserve | ) |
bool openstudio::RunOptions::setSkipEnergyPlusPreprocess | ( | bool | skip | ) |
bool openstudio::RunOptions::setSkipExpandObjects | ( | bool | skip | ) |
bool openstudio::RunOptions::skipEnergyPlusPreprocess | ( | ) | const |
bool openstudio::RunOptions::skipExpandObjects | ( | ) | const |
std::string openstudio::RunOptions::string | ( | ) | const |
Serialize to JSON formatted string.