OpenStudio:model
 AllClasses Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages

#include "ScheduleFixedInterval.hpp"

Inheritance diagram for openstudio::model::ScheduleFixedInterval:

Public Member Functions

 ScheduleFixedInterval (const Model &model)
virtual ~ScheduleFixedInterval ()
bool interpolatetoTimestep () const
bool isInterpolatetoTimestepDefaulted () const
double intervalLength () const
double outOfRangeValue () const
bool isOutOfRangeValueDefaulted () const
int startMonth () const
int startDay () const
bool setInterpolatetoTimestep (bool interpolatetoTimestep)
void resetInterpolatetoTimestep ()
bool setIntervalLength (double intervalLength)
bool setOutOfRangeValue (double outOfRangeValue)
void resetOutOfRangeValue ()
bool setStartMonth (int startMonth)
bool setStartDay (int startDay)

Static Public Member Functions

static IddObjectType iddObjectType ()

Related Functions

typedef boost::optional
< ScheduleFixedInterval
OptionalScheduleFixedInterval
typedef std::vector
< ScheduleFixedInterval
ScheduleFixedIntervalVector

Detailed Description

ScheduleFixedInterval is a ScheduleInterval that wraps the OpenStudio IDD object 'OS_Schedule_FixedInterval'.

Constructor & Destructor Documentation

openstudio::model::ScheduleFixedInterval::ScheduleFixedInterval ( const Model model)
explicit
virtual openstudio::model::ScheduleFixedInterval::~ScheduleFixedInterval ( )
inlinevirtual

Member Function Documentation

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

Friends And Related Function Documentation

typedef boost::optional<ScheduleFixedInterval> OptionalScheduleFixedInterval
related
typedef std::vector<ScheduleFixedInterval> ScheduleFixedIntervalVector
related