#include <OSInstance.h>
Public Member Functions | |
TimeDomainInterval () | |
The Interval class constructor. More... | |
~TimeDomainInterval () | |
The Interval class destructor. More... | |
TimeDomainInterval () | |
The Interval class constructor. More... | |
~TimeDomainInterval () | |
The Interval class destructor. More... | |
Public Attributes | |
double | start |
start is the start of the planning period in the <interval> element. More... | |
double | horizon |
horizon is the end of the planning period in the <interval> element. More... | |
Definition at line 2114 of file OSInstance.h.
TimeDomainInterval::TimeDomainInterval | ( | ) |
The Interval class constructor.
Definition at line 1822 of file OSInstance.cpp.
TimeDomainInterval::~TimeDomainInterval | ( | ) |
The Interval class destructor.
Definition at line 1832 of file OSInstance.cpp.
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 2127 of file OSInstance.h.
double TimeDomainInterval::horizon |
horizon is the end of the planning period in the <interval> element.
Definition at line 2132 of file OSInstance.h.