#include <OSInstance.h>
Public Member Functions | |
TimeDomainInterval () | |
The Interval class constructor. | |
~TimeDomainInterval () | |
The Interval class destructor. | |
TimeDomainInterval () | |
The Interval class constructor. | |
~TimeDomainInterval () | |
The Interval class destructor. | |
Public Attributes | |
double | start |
start is the start of the planning period in the <interval> element. | |
double | horizon |
horizon is the end of the planning period in the <interval> element. |
Definition at line 675 of file OSInstance.h.
TimeDomainInterval::TimeDomainInterval | ( | ) |
TimeDomainInterval::~TimeDomainInterval | ( | ) |
TimeDomainInterval::TimeDomainInterval | ( | ) |
The Interval class constructor.
TimeDomainInterval::~TimeDomainInterval | ( | ) |
The Interval class destructor.
double TimeDomainInterval::start |
start is the start of the planning period in the <interval> element.
Definition at line 687 of file OSInstance.h.
Referenced by OSInstance::getTimeDomainIntervalStart(), and OSInstance::setTimeDomainInterval().
double TimeDomainInterval::horizon |
horizon is the end of the planning period in the <interval> element.
Definition at line 692 of file OSInstance.h.
Referenced by OSInstance::getTimeDomainIntervalHorizon(), and OSInstance::setTimeDomainInterval().