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) |
![]() | |
double | getCumulativeConsumed () const |
double | getCumulativeProduced () const |
const Date & | getDate () const |
virtual double | getMax (bool inclusive=true) const |
double | getOnhand () const |
virtual double | getQuantity () const |
virtual TimeLine< type > * | getTimeLine () const |
bool | operator< (const Event &fl2) const |
virtual | ~Event () |
Protected Attributes | |
EventMinQuantity * | prevMin |
![]() | |
double | cum_prod |
Date | dt |
Event * | next |
double | oh |
Event * | prev |
Friends | |
class | Event |
class | TimeLine< type > |
Additional Inherited Members | |
![]() | |
Event () | |
A timeline event representing a change of the minimum target.
Definition at line 147 of file timeline.h.
|
inline |
Definition at line 156 of file timeline.h.
|
inlinevirtual |
This functions returns the mimimum boundary valid at the time of this event.
Reimplemented from frepple::utils::TimeLine< type >::Event.
Definition at line 159 of file timeline.h.
|
inlinevirtual |
Implements frepple::utils::TimeLine< type >::Event.
Definition at line 164 of file timeline.h.
|
inline |
Definition at line 158 of file timeline.h.
|
friend |
Definition at line 150 of file timeline.h.
|
friend |
Definition at line 149 of file timeline.h.
|
protected |
Definition at line 154 of file timeline.h.