nl.tudelft.simulation.dsol.tutorial.section42
Interface SellerInterface

All Known Implementing Classes:
Retailer, Warehouse

public interface SellerInterface

A SellerInterface
(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 order(BuyerInterface buyer, long amount)
          order a requested amount
 

Method Detail

order

public void order(BuyerInterface buyer,
                  long amount)
order a requested amount

Parameters:
buyer - the requesting buyer
amount - the requested amount


Copyright © 2002-2004 Delft University of Technology, the Netherlands. All Rights Reserved.