|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gscg.game.Game
The Game is the object which initializes 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.
Field Summary | |
protected DistributorStatistics |
distributorStatistics
the distributor statistics; reference made for persistency reasons |
protected ManufacturerStatistics |
manufacturerStatistics
the manufacturer statistics; reference made for persistency reasons |
Constructor Summary | |
Game()
constructs a new Game |
Method Summary | |
void |
constructModel(nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator)
|
static nl.tudelft.simulation.supplychain.banking.Bank |
getBank()
|
protected GlobalRowOrColumnNumber |
getStaticGlobalRowOrColumnNumber()
|
protected GlobalProgressDateAndTime |
getStaticProgressDateAndTime()
|
static void |
main(java.lang.String[] args)
executes SingeUserGame |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected ManufacturerStatistics manufacturerStatistics
protected DistributorStatistics distributorStatistics
Constructor Detail |
public Game()
Method Detail |
public void constructModel(nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator) throws java.rmi.RemoteException
constructModel
in interface nl.tudelft.simulation.dsol.ModelInterface
java.rmi.RemoteException
ModelInterface.constructModel(nl.tudelft.simulation.dsol.simulators.SimulatorInterface)
protected GlobalRowOrColumnNumber getStaticGlobalRowOrColumnNumber()
protected GlobalProgressDateAndTime getStaticProgressDateAndTime()
public static nl.tudelft.simulation.supplychain.banking.Bank getBank()
public static void main(java.lang.String[] args)
args
- the commandline arguments
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |