|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnl.tudelft.simulation.dsol.tutorial.section42.Warehouse
A Warehouse
(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
| Constructor Summary | |
Warehouse(nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator)
constructs a new Warehouse |
|
| Method Summary | |
void |
order(BuyerInterface buyer,
long amount)
order a requested amount |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Warehouse(nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator)
throws java.rmi.RemoteException
simulator - the simulator to schedule on
java.rmi.RemoteException - on network failure| Method Detail |
public void order(BuyerInterface buyer,
long amount)
SellerInterface
order in interface SellerInterfacebuyer - the requesting buyeramount - the requested amount#order(nl.tudelft.simulation.dsol.tutorial.section42.BuyerInterface,
long)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||