|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gscg.experiment.Suppliers
Suppliers contains all the suppliers to be used in the game.
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl . The source code and binary code of this software is proprietary information of Delft University of Technology.
Constructor Summary | |
protected |
Suppliers()
constructs a new Suppliers |
Method Summary | |
static boolean |
addSupplier(nl.tudelft.simulation.supplychain.reference.Supplier supplier)
Method addSupplier adds a supplier to the collection of suppliers to be used. |
static GameSupplier |
getSupplier(java.lang.String name)
Method getSupplier returns a GameSupplier |
static GameSupplier[] |
getSuppliersArray()
Method getSuppliersArray returns an array of the suppliers. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected Suppliers()
Method Detail |
public static boolean addSupplier(nl.tudelft.simulation.supplychain.reference.Supplier supplier)
supplier
- the supplier to add
public static GameSupplier getSupplier(java.lang.String name)
name
- the name of the manufacturer to get
public static GameSupplier[] getSuppliersArray()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |