|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GameDistributor | |
org.gscg.experiment | |
org.gscg.gameactors | |
org.gscg.gameactors.statistics |
Uses of GameDistributor in org.gscg.experiment |
Methods in org.gscg.experiment that return GameDistributor | |
static GameDistributor |
Distributors.getDistributor(java.lang.String name)
Method getDistributor returns a GameDistributor |
static GameDistributor[] |
Distributors.getDistributorsArray()
Method getDistributorsArray returns an array of the distributors. |
Methods in org.gscg.experiment with parameters of type GameDistributor | |
static boolean |
Distributors.addDistributor(GameDistributor distributor)
Method addDistributor adds a distributor to the collection of distributors to be used. |
Uses of GameDistributor in org.gscg.gameactors |
Subclasses of GameDistributor in org.gscg.gameactors | |
class |
GameDistributorInteractive
The GameDistributorInteractive extends a GameDistributor from the supplychain-game project and provides additional interactive functionalities. |
Uses of GameDistributor in org.gscg.gameactors.statistics |
Methods in org.gscg.gameactors.statistics with parameters of type GameDistributor | |
static void |
DistributorStatistics.addDistributor(GameDistributor distributor)
adds an distributor to gather statistics for |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |