A timeline event representing a change of the current value. More...
#include <timeline.h>
Public Member Functions | |
EventChangeOnhand (double qty=0.0) | |
double | getQuantity () const |
virtual unsigned short | getType () const |
![]() | |
double | getCumulativeConsumed () const |
double | getCumulativeProduced () const |
const Date & | getDate () const |
virtual double | getMax (bool inclusive=true) const |
virtual double | getMin (bool inclusive=true) const |
double | getOnhand () const |
virtual TimeLine< type > * | getTimeLine () const |
bool | operator< (const Event &fl2) const |
virtual | ~Event () |
Friends | |
class | TimeLine< type > |
Additional Inherited Members | |
![]() | |
Event () | |
![]() | |
double | cum_prod |
Date | dt |
Event * | next |
double | oh |
Event * | prev |
A timeline event representing a change of the current value.
Definition at line 135 of file timeline.h.
|
inline |
Definition at line 142 of file timeline.h.
|
inlinevirtual |
Reimplemented from frepple::utils::TimeLine< type >::Event.
Definition at line 141 of file timeline.h.
|
inlinevirtual |
Implements frepple::utils::TimeLine< type >::Event.
Definition at line 143 of file timeline.h.
|
friend |
Definition at line 137 of file timeline.h.