MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
WaterReductionInput Class Reference

Public Member Functions

 WaterReductionInput (const int operatingHours, const double waterCost, const int measurementMethod, const MeteredFlowMethodData meteredFlowMethodData, const VolumeMeterMethodData volumeMeterMethodData, const BucketMethodData bucketMethodData, const WaterOtherMethodData otherMethodData)
 
int getOperatingHours () const
 
double getWaterCost () const
 
int getMeasurementMethod () const
 
MeteredFlowMethodData getMeteredFlowMethodData () const
 
VolumeMeterMethodData getVolumeMeterMethodData () const
 
BucketMethodData getBucketMethodData () const
 
WaterOtherMethodData getOtherMethodData () const
 
void setMeteredFlowMethodData (MeteredFlowMethodData meteredFlowMethodData)
 
void setVolumeMeterMethodData (VolumeMeterMethodData volumeMeterMethodData)
 
void setucketMethodData (BucketMethodData bucketMethodData)
 
void setOtherMethodData (WaterOtherMethodData otherMethodData)
 

Private Attributes

int operatingHours
 
double waterCost
 
int measurementMethod
 
MeteredFlowMethodData meteredFlowMethodData
 
VolumeMeterMethodData volumeMeterMethodData
 
BucketMethodData bucketMethodData
 
WaterOtherMethodData otherMethodData
 

Detailed Description

Definition at line 69 of file WaterReduction.h.

Constructor & Destructor Documentation

◆ WaterReductionInput()

WaterReductionInput::WaterReductionInput ( const int  operatingHours,
const double  waterCost,
const int  measurementMethod,
const MeteredFlowMethodData  meteredFlowMethodData,
const VolumeMeterMethodData  volumeMeterMethodData,
const BucketMethodData  bucketMethodData,
const WaterOtherMethodData  otherMethodData 
)
inline

Definition at line 71 of file WaterReduction.h.

Member Function Documentation

◆ getBucketMethodData()

BucketMethodData WaterReductionInput::getBucketMethodData ( ) const
inline

Definition at line 89 of file WaterReduction.h.

◆ getMeasurementMethod()

int WaterReductionInput::getMeasurementMethod ( ) const
inline

Definition at line 83 of file WaterReduction.h.

◆ getMeteredFlowMethodData()

MeteredFlowMethodData WaterReductionInput::getMeteredFlowMethodData ( ) const
inline

Definition at line 85 of file WaterReduction.h.

◆ getOperatingHours()

int WaterReductionInput::getOperatingHours ( ) const
inline

Definition at line 79 of file WaterReduction.h.

◆ getOtherMethodData()

WaterOtherMethodData WaterReductionInput::getOtherMethodData ( ) const
inline

Definition at line 91 of file WaterReduction.h.

◆ getVolumeMeterMethodData()

VolumeMeterMethodData WaterReductionInput::getVolumeMeterMethodData ( ) const
inline

Definition at line 87 of file WaterReduction.h.

◆ getWaterCost()

double WaterReductionInput::getWaterCost ( ) const
inline

Definition at line 81 of file WaterReduction.h.

Member Data Documentation

◆ bucketMethodData

BucketMethodData WaterReductionInput::bucketMethodData
private

Definition at line 107 of file WaterReduction.h.

◆ measurementMethod

int WaterReductionInput::measurementMethod
private

Definition at line 104 of file WaterReduction.h.

◆ meteredFlowMethodData

MeteredFlowMethodData WaterReductionInput::meteredFlowMethodData
private

Definition at line 105 of file WaterReduction.h.

◆ operatingHours

int WaterReductionInput::operatingHours
private

Definition at line 102 of file WaterReduction.h.

◆ otherMethodData

WaterOtherMethodData WaterReductionInput::otherMethodData
private

Definition at line 108 of file WaterReduction.h.

◆ volumeMeterMethodData

VolumeMeterMethodData WaterReductionInput::volumeMeterMethodData
private

Definition at line 106 of file WaterReduction.h.

◆ waterCost

double WaterReductionInput::waterCost
private

Definition at line 103 of file WaterReduction.h.


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