SSJ  3.3.1
Stochastic Simulation in Java
Public Member Functions | Static Public Member Functions | Package Attributes | List of all members
Inventory Class Reference
Inheritance diagram for Inventory:
[legend]
Collaboration diagram for Inventory:
[legend]

Public Member Functions

 Inventory (double lambda, double c, double h, double K, double k, double p)
 
double simulate (int m, int s, int S)
 
void simulateRuns (int n, int m, int s, int S)
 

Static Public Member Functions

static void main (String[] args)
 

Package Attributes

double lambda
 
double c
 
double h
 
double K
 
double k
 
double p
 
RandomVariateGenInt genDemand
 
RandomStream streamDemand = new MRG32k3a()
 
RandomStream streamOrder = new MRG32k3a()
 
Tally statProfit = new Tally ("stats on profit")
 

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