Uses of Class
org.gscg.game.GameGlobalData

Packages that use GameGlobalData
org.gscg.experiment   
org.gscg.gameactors   
org.gscg.singleuser.interactionlayer   
 

Uses of GameGlobalData in org.gscg.experiment
 

Methods in org.gscg.experiment with parameters of type GameGlobalData
static Distributors DistributorParser.parseDistributors(java.lang.String schema, java.net.URL input, GameGlobalData supplyChainData, nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator)
          parses a product xml-file.
static Manufacturers ManufacturerParser.parseManufacturers(java.lang.String schema, java.net.URL input, GameGlobalData supplyChainData, nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator)
          parses a product xml-file.
 

Uses of GameGlobalData in org.gscg.gameactors
 

Fields in org.gscg.gameactors declared as GameGlobalData
protected  GameGlobalData GameDistributor.globalSupplyChainData
          the global supply chain game data
protected  GameGlobalData GameManufacturer.globalSupplyChainData
          the global supply chain game data
 

Constructors in org.gscg.gameactors with parameters of type GameGlobalData
GameDistributor(java.lang.String name, nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator, javax.vecmath.Point3d position, nl.tudelft.simulation.supplychain.roles.Role[] roles, nl.tudelft.simulation.supplychain.banking.Bank bank, nl.tudelft.simulation.supplychain.product.Product[] product, java.lang.Double[] amount, nl.tudelft.simulation.supplychain.actor.Trader[] manufacturer, GameGlobalData globalSupplyChainData)
          constructs a new GameDistributor
GameDistributor(java.lang.String name, nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator, javax.vecmath.Point3d position, nl.tudelft.simulation.supplychain.roles.Role[] roles, nl.tudelft.simulation.supplychain.banking.Bank bank, double initialBankAccount, nl.tudelft.simulation.supplychain.product.Product[] product, java.lang.Double[] amount, nl.tudelft.simulation.supplychain.actor.Trader[] manufacturer, GameGlobalData globalSupplyChainData)
          Constructs a new GameDistributor
GameDistributorInteractive(GameGlobalData globalSupplyChainData, java.lang.String name, nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator, javax.vecmath.Point3d position, nl.tudelft.simulation.supplychain.roles.Role[] roles, nl.tudelft.simulation.supplychain.banking.Bank bank, double initialBankAccount, nl.tudelft.simulation.supplychain.product.Product[] product, java.lang.Double[] amount, nl.tudelft.simulation.supplychain.actor.Trader[] manufacturer)
          constructs a new GameDistributorInteractive
GameDistributorInteractive(GameGlobalData globalSupplyChainData, java.lang.String name, nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator, javax.vecmath.Point3d position, nl.tudelft.simulation.supplychain.roles.Role[] roles, nl.tudelft.simulation.supplychain.banking.Bank bank, nl.tudelft.simulation.supplychain.product.Product[] product, java.lang.Double[] amount, nl.tudelft.simulation.supplychain.actor.Trader[] manufacturer)
          constructs a new GameDistributorInteractive
GameManufacturer(java.lang.String name, nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator, javax.vecmath.Point3d position, nl.tudelft.simulation.supplychain.roles.Role[] roles, nl.tudelft.simulation.supplychain.banking.Bank bank, nl.tudelft.simulation.supplychain.product.Product[] product, java.lang.Double[] amount, GameGlobalData globalSupplyChainData, nl.tudelft.simulation.supplychain.actor.Trader[] suppliers)
          constructs a new GameManufacturer
GameManufacturer(java.lang.String name, nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator, javax.vecmath.Point3d position, nl.tudelft.simulation.supplychain.roles.Role[] roles, nl.tudelft.simulation.supplychain.banking.Bank bank, double initialBankAccount, nl.tudelft.simulation.supplychain.product.Product[] product, java.lang.Double[] amount, GameGlobalData globalSupplyChainData, nl.tudelft.simulation.supplychain.actor.Trader[] suppliers)
          constructs a new GameManufacturer
GameManufacturerInteractive(GameGlobalData globalSupplyChainData, java.lang.String name, nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator, javax.vecmath.Point3d position, nl.tudelft.simulation.supplychain.roles.Role[] roles, nl.tudelft.simulation.supplychain.banking.Bank bank, double initialBankAccount, nl.tudelft.simulation.supplychain.product.Product[] product, java.lang.Double[] amount, nl.tudelft.simulation.supplychain.actor.Trader[] suppliers)
          constructs a new GameDistributorInteractive
GameManufacturerInteractive(GameGlobalData globalSupplyChainData, java.lang.String name, nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface simulator, javax.vecmath.Point3d position, nl.tudelft.simulation.supplychain.roles.Role[] roles, nl.tudelft.simulation.supplychain.banking.Bank bank, nl.tudelft.simulation.supplychain.product.Product[] product, java.lang.Double[] amount, nl.tudelft.simulation.supplychain.actor.Trader[] suppliers)
          constructs a new GameDistributorInteractive
 

Uses of GameGlobalData in org.gscg.singleuser.interactionlayer
 

Methods in org.gscg.singleuser.interactionlayer that return GameGlobalData
 GameGlobalData DistributorSingleUserInteractionLayer.getGlobalSupplyChainData()
           
 GameGlobalData ManufacturerSingleUserInteractionLayer.getGlobalSupplyChainData()
           
 GameGlobalData SingleUserInteractionLayerInterface.getGlobalSupplyChainData()
           
 

Constructors in org.gscg.singleuser.interactionlayer with parameters of type GameGlobalData
DistributorSingleUserInteractionLayer(nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator, java.lang.String id, nl.tudelft.simulation.supplychain.actor.SupplyChainActor owner, GameGlobalData globalSupplyChainData)
          constructs a new DistributorSingleUserInteractionLayer
ManufacturerSingleUserInteractionLayer(nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator, java.lang.String id, nl.tudelft.simulation.supplychain.actor.SupplyChainActor owner, GameGlobalData globalSupplyChainData)
          constructs a new DistributorSingleUserInteractionLayer
 



Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.