nl.tudelft.simulation.dsol.tutorial.section42
Interface SellerInterface
- All Known Implementing Classes:
- Retailer, Warehouse
public interface SellerInterface
A SellerInterface
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
- Version:
- 1.0 Dec 8, 2003
- Author:
- Peter Jacobs
order
void order(BuyerInterface buyer,
long amount)
- order a requested amount
- Parameters:
buyer
- the requesting buyeramount
- the requested amount
Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.