#include "ScheduleFixedInterval.hpp"
ScheduleFixedInterval is a ScheduleInterval that wraps the OpenStudio IDD object 'OS_Schedule_FixedInterval'.
openstudio::model::ScheduleFixedInterval::ScheduleFixedInterval |
( |
const Model & |
model | ) |
|
|
explicit |
virtual openstudio::model::ScheduleFixedInterval::~ScheduleFixedInterval |
( |
| ) |
|
|
inlinevirtual |
static IddObjectType openstudio::model::ScheduleFixedInterval::iddObjectType |
( |
| ) |
|
|
static |
bool openstudio::model::ScheduleFixedInterval::interpolatetoTimestep |
( |
| ) |
const |
double openstudio::model::ScheduleFixedInterval::intervalLength |
( |
| ) |
const |
bool openstudio::model::ScheduleFixedInterval::isInterpolatetoTimestepDefaulted |
( |
| ) |
const |
bool openstudio::model::ScheduleFixedInterval::isOutOfRangeValueDefaulted |
( |
| ) |
const |
double openstudio::model::ScheduleFixedInterval::outOfRangeValue |
( |
| ) |
const |
void openstudio::model::ScheduleFixedInterval::resetInterpolatetoTimestep |
( |
| ) |
|
void openstudio::model::ScheduleFixedInterval::resetOutOfRangeValue |
( |
| ) |
|
bool openstudio::model::ScheduleFixedInterval::setInterpolatetoTimestep |
( |
bool |
interpolatetoTimestep | ) |
|
bool openstudio::model::ScheduleFixedInterval::setIntervalLength |
( |
double |
intervalLength | ) |
|
bool openstudio::model::ScheduleFixedInterval::setOutOfRangeValue |
( |
double |
outOfRangeValue | ) |
|
bool openstudio::model::ScheduleFixedInterval::setStartDay |
( |
int |
startDay | ) |
|
bool openstudio::model::ScheduleFixedInterval::setStartMonth |
( |
int |
startMonth | ) |
|
int openstudio::model::ScheduleFixedInterval::startDay |
( |
| ) |
const |
int openstudio::model::ScheduleFixedInterval::startMonth |
( |
| ) |
const |