Overview | Group | Tree | Graph | Index | Concepts |
The embedded class IloTimeWindow
represents a
time interval [start..end).
Method Summary | |
---|---|
public void | display(ostream & stream) const |
public IloInt | getDuration() const |
public IloInt | getEnd() const |
public IloInt | getStart() const |
public IloBool | intersects(const IloTimeWindow & tw) const |
public IloBool | operator==(const IloTimeWindow & tw) const |
Method Detail |
---|
This member function displays the time interval of [start..end) where start is the start of the time time interval and end is the end of the time interval.
This member function returns the duration of the time interval.
This member function returns the end of the time interval.
This member function returns the start of the time interval.
This member function returns IloTrue
if the time
window provided as argument intersects with this time window.
This member function returns IloTrue
if the time
window provided as argument starts and ends at the same time as
this time window.