Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
ItemDemandPlanProjectionMethod.php
Go to the documentation of this file.
1
<?php
8
class
ItemDemandPlanProjectionMethod
{
9
10
11
12
static
$paramtypesmap
= array(
13
14
);
15
22
const
_linearRegression
=
"_linearRegression"
;
23
30
const
_movingAverage
=
"_movingAverage"
;
31
38
const
_salesForecast
=
"_salesForecast"
;
39
46
const
_seasonalAverage
=
"_seasonalAverage"
;
47
48
}
ItemDemandPlanProjectionMethod\_seasonalAverage
const _seasonalAverage
Definition:
ItemDemandPlanProjectionMethod.php:46
ItemDemandPlanProjectionMethod\_salesForecast
const _salesForecast
Definition:
ItemDemandPlanProjectionMethod.php:38
ItemDemandPlanProjectionMethod\_movingAverage
const _movingAverage
Definition:
ItemDemandPlanProjectionMethod.php:30
ItemDemandPlanProjectionMethod
Definition:
ItemDemandPlanProjectionMethod.php:8
ItemDemandPlanProjectionMethod\_linearRegression
const _linearRegression
Definition:
ItemDemandPlanProjectionMethod.php:22
ItemDemandPlanProjectionMethod\$paramtypesmap
static $paramtypesmap
Definition:
ItemDemandPlanProjectionMethod.php:12
Generated by
dreamxtream
using
1.8.10