frepple::OperationPlanState Class Reference

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

#include <model.h>

List of all members.

Public Member Functions

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

Public Attributes

Date end
double quantity
Date start

Detailed Description

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

Definition at line 2335 of file model.h.


Constructor & Destructor Documentation

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

Default constructor.

Definition at line 2343 of file model.h.

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

Constructor.

Definition at line 2346 of file model.h.

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

Constructor.

Definition at line 2362 of file model.h.

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

Constructor.

Definition at line 2366 of file model.h.


Member Data Documentation

Definition at line 2339 of file model.h.

Definition at line 2340 of file model.h.

Definition at line 2338 of file model.h.


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

Generated on 21 Mar 2010 for frePPLe by  doxygen 1.6.1