A timeline event representing a change of the minimum target. More...
#include <timeline.h>
Public Member Functions | |
EventMinQuantity (Date d, double f=0.0) | |
virtual double | getMin (bool inclusive=true) const |
virtual unsigned short | getType () const |
void | setMin (double f) |
Protected Attributes | |
EventMinQuantity * | prevMin |
Friends | |
class | Event |
class | TimeLine< type > |
A timeline event representing a change of the minimum target.
Definition at line 150 of file timeline.h.
frepple::utils::TimeLine< type >::EventMinQuantity::EventMinQuantity | ( | Date | d, | |
double | f = 0.0 | |||
) | [inline] |
Definition at line 159 of file timeline.h.
virtual double frepple::utils::TimeLine< type >::EventMinQuantity::getMin | ( | bool | inclusive = true |
) | const [inline, virtual] |
This functions returns the mimimum boundary valid at the time of this event.
Reimplemented from frepple::utils::TimeLine< type >::Event.
Definition at line 162 of file timeline.h.
virtual unsigned short frepple::utils::TimeLine< type >::EventMinQuantity::getType | ( | ) | const [inline, virtual] |
Implements frepple::utils::TimeLine< type >::Event.
Definition at line 167 of file timeline.h.
void frepple::utils::TimeLine< type >::EventMinQuantity::setMin | ( | double | f | ) | [inline] |
Definition at line 161 of file timeline.h.
friend class Event [friend] |
Definition at line 153 of file timeline.h.
friend class TimeLine< type > [friend] |
Reimplemented from frepple::utils::TimeLine< type >::Event.
Definition at line 152 of file timeline.h.
EventMinQuantity* frepple::utils::TimeLine< type >::EventMinQuantity::prevMin [protected] |
Definition at line 157 of file timeline.h.