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


Constructor & Destructor Documentation

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

Default constructor.

Definition at line 2454 of file model.h.

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

Constructor.

Definition at line 2457 of file model.h.

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

Constructor.

Definition at line 2473 of file model.h.

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

Constructor.

Definition at line 2477 of file model.h.


Member Data Documentation

Definition at line 2450 of file model.h.

Definition at line 2451 of file model.h.

Definition at line 2449 of file model.h.


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

Documentation generated for frePPLe by  doxygen