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

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

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

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

Constructors in nl.tudelft.simulation.dsol.tutorial.section42 with parameters of type SellerInterface
Customer(DEVSSimulatorInterface simulator, SellerInterface retailer)
          constructs a new Customer
Retailer(DEVSSimulatorInterface simulator, SellerInterface warehouse)
          constructs a new Retailer
 



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