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 2434 of file model.h.


Constructor & Destructor Documentation

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

Default constructor.

Definition at line 2442 of file model.h.

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

Constructor.

Definition at line 2445 of file model.h.

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

Constructor.

Definition at line 2461 of file model.h.

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

Constructor.

Definition at line 2465 of file model.h.


Member Data Documentation

Definition at line 2438 of file model.h.

Definition at line 2439 of file model.h.

Definition at line 2437 of file model.h.


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

Documentation generated for frePPLe by  doxygen