frepple::OperationPlanState Class Reference

A simple class to easily remember the date, quantity and owner of an operationplan. More...

#include <model.h>

List of all members.

Public Member Functions

 OperationPlanState ()
 OperationPlanState (const OperationPlan *x)
 OperationPlanState (const Date x, const Date y, double q)
 OperationPlanState (const DateRange &x, double q)

Public Attributes

Date end
double quantity
Date start

Detailed Description

A simple class to easily remember the date, quantity and owner of an operationplan.

Definition at line 2173 of file model.h.


Constructor & Destructor Documentation

frepple::OperationPlanState::OperationPlanState ( ) [inline]

Default constructor.

Definition at line 2181 of file model.h.

frepple::OperationPlanState::OperationPlanState ( const OperationPlan x) [inline]

Constructor.

Definition at line 2184 of file model.h.

frepple::OperationPlanState::OperationPlanState ( const Date  x,
const Date  y,
double  q 
) [inline]

Constructor.

Definition at line 2200 of file model.h.

frepple::OperationPlanState::OperationPlanState ( const DateRange x,
double  q 
) [inline]

Constructor.

Definition at line 2204 of file model.h.


Member Data Documentation

Definition at line 2177 of file model.h.

Definition at line 2178 of file model.h.

Definition at line 2176 of file model.h.


The documentation for this class was generated from the following file:

Documentation generated for frePPLe by  doxygen