|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gscg.experiment.Distributors
Distributors contains all the distributors 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 |
Distributors()
constructs a new Distributors |
Method Summary | |
static boolean |
addDistributor(GameDistributor distributor)
Method addDistributor adds a distributor to the collection of distributors to be used. |
static GameDistributor |
getDistributor(java.lang.String name)
Method getDistributor returns a GameDistributor |
static GameDistributor[] |
getDistributorsArray()
Method getDistributorsArray returns an array of the distributors. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected Distributors()
Method Detail |
public static boolean addDistributor(GameDistributor distributor)
distributor
- the distributor to add
public static GameDistributor getDistributor(java.lang.String name)
name
- the name of the distributor to get
public static GameDistributor[] getDistributorsArray()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |