nl.tudelft.simulation.dsol.tutorial.section42
Interface BuyerInterface
- All Known Implementing Classes:
- Customer, Retailer
- public interface BuyerInterface
A BuyerInterface
(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
|
Method Summary |
void |
receiveProduct(long amount)
receive the ordered Product |
receiveProduct
public void receiveProduct(long amount)
- receive the ordered Product
- Parameters:
amount - the amount to receive
Copyright © 2002-2004 Delft University of Technology, the Netherlands. All Rights Reserved.