Uses of Interface
nl.tudelft.simulation.dsol.tutorial.section42.BuyerInterface

Packages that use BuyerInterface
nl.tudelft.simulation.dsol.tutorial.section42 The second example introduced in this section is again taken from Law & Kelton . 
 

Uses of BuyerInterface in nl.tudelft.simulation.dsol.tutorial.section42
 

Classes in nl.tudelft.simulation.dsol.tutorial.section42 that implement BuyerInterface
 class Customer
          A Customer
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
 class Retailer
          A Retailer
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
 

Methods in nl.tudelft.simulation.dsol.tutorial.section42 with parameters of type BuyerInterface
 void SellerInterface.order(BuyerInterface buyer, long amount)
          order a requested amount
 void Retailer.order(BuyerInterface buyer, long amount)
           
 void Warehouse.order(BuyerInterface buyer, long amount)
           
 



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