nl.tudelft.simulation.dsol.tutorial.section42.policies
Interface OrderingPolicy
- All Known Implementing Classes:
- StationaryPolicy
- public interface OrderingPolicy
A OrderingPolicy
(c) copyright 2003 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
- Version:
- 1.0 Dec 8, 2003
- Author:
- Peter
Jacobs
computeAmountToOrder
public long computeAmountToOrder(long inventory)
- decides the amount of product to order
- Parameters:
inventory - the current inventory
- Returns:
- long the amount
Copyright © 2002-2004 Delft University of Technology, the Netherlands. All Rights Reserved.