Uses of Interface
org.gscg.singleuser.interactionlayer.SingleUserInteractionLayerInterface

Packages that use SingleUserInteractionLayerInterface
org.gscg.common.interactionlayer.messaging   
org.gscg.game   
org.gscg.gameactors   
org.gscg.gameactors.statistics   
org.gscg.singleuser.handlers   
org.gscg.singleuser.interactionlayer   
org.gscg.singleuser.interactionlayer.business   
org.gscg.singleuser.interactionlayer.business.statistics   
org.gscg.singleuser.interactionlayer.economics   
 

Uses of SingleUserInteractionLayerInterface in org.gscg.common.interactionlayer.messaging
 

Methods in org.gscg.common.interactionlayer.messaging with parameters of type SingleUserInteractionLayerInterface
 void ScenarioText.announce(nl.tudelft.simulation.event.EventType eventType, boolean announce, SingleUserInteractionLayerInterface singleUserInteractionLayer)
           
 

Uses of SingleUserInteractionLayerInterface in org.gscg.game
 

Methods in org.gscg.game with parameters of type SingleUserInteractionLayerInterface
 void GameActorContentStore.setSingleUserInteractionlayer(SingleUserInteractionLayerInterface singleUserInteractionLayer)
           
 

Uses of SingleUserInteractionLayerInterface in org.gscg.gameactors
 

Methods in org.gscg.gameactors that return SingleUserInteractionLayerInterface
 SingleUserInteractionLayerInterface GameActorInteractiveInterface.getSingleUserInteractionLayer()
          Method getSingleUserInteractionLayer.
 SingleUserInteractionLayerInterface GameDistributorInteractive.getSingleUserInteractionLayer()
           
 SingleUserInteractionLayerInterface GameManufacturerInteractive.getSingleUserInteractionLayer()
           
 

Methods in org.gscg.gameactors with parameters of type SingleUserInteractionLayerInterface
 void GameActorInteractiveInterface.setSingleUserInteractionLayer(SingleUserInteractionLayerInterface singleUserInteractionLayer)
           
 void GameDistributorInteractive.setSingleUserInteractionLayer(SingleUserInteractionLayerInterface singleUserInteractionLayer)
           
 void GameManufacturerInteractive.setSingleUserInteractionLayer(SingleUserInteractionLayerInterface singleUserInteractionLayer)
           
 

Uses of SingleUserInteractionLayerInterface in org.gscg.gameactors.statistics
 

Constructors in org.gscg.gameactors.statistics with parameters of type SingleUserInteractionLayerInterface
ContentStatisticsLayer(SingleUserInteractionLayerInterface owner)
          constructs a new ContentStatisticsLayer
 

Uses of SingleUserInteractionLayerInterface in org.gscg.singleuser.handlers
 

Constructors in org.gscg.singleuser.handlers with parameters of type SingleUserInteractionLayerInterface
CommittedOrderHandler(SingleUserInteractionLayerInterface owner)
          constructs a new CommittedOrderHandler
ConfirmedOrderHandler(SingleUserInteractionLayerInterface owner)
          constructs a new ConfirmedOrderHandler
ConfirmedProductionHandler(SingleUserInteractionLayerInterface owner)
          constructs a new ConfirmedOrderHandler
 

Uses of SingleUserInteractionLayerInterface in org.gscg.singleuser.interactionlayer
 

Classes in org.gscg.singleuser.interactionlayer that implement SingleUserInteractionLayerInterface
 class DistributorSingleUserInteractionLayer
          The DistributorSingleUserInteractionLayer takes care of the communication between the simulation server side and a client side application for a distributor.
 class ManufacturerSingleUserInteractionLayer
          The ManufacturerSingleUserInteractionLayer takes care of the communication between the simulation server side and a client side application for a manufacturer.
 

Uses of SingleUserInteractionLayerInterface in org.gscg.singleuser.interactionlayer.business
 

Constructors in org.gscg.singleuser.interactionlayer.business with parameters of type SingleUserInteractionLayerInterface
BusinessProduction(SingleUserInteractionLayerInterface owner)
          constructs a new BusinessProduction
BusinessPurchase(SingleUserInteractionLayerInterface owner)
          constructs a new BusinessPurchase
BusinessSales(SingleUserInteractionLayerInterface owner)
          constructs a new BusinessSales
BusinessStock(SingleUserInteractionLayerInterface owner)
          constructs a new BusinessSales
 

Uses of SingleUserInteractionLayerInterface in org.gscg.singleuser.interactionlayer.business.statistics
 

Constructors in org.gscg.singleuser.interactionlayer.business.statistics with parameters of type SingleUserInteractionLayerInterface
BankStatistics(SingleUserInteractionLayerInterface owner, nl.tudelft.simulation.supplychain.actor.Trader trader, int numberOfDays)
          constructs a new BankStatistics
CustomerStatistics(nl.tudelft.simulation.dsol.simulators.SimulatorInterface simulator, SingleUserInteractionLayerInterface singleUserInteractionLayer)
          constructs a new CustomerStatistics
StockStatistics(SingleUserInteractionLayerInterface owner, nl.tudelft.simulation.supplychain.actor.Trader trader, int numberOfDays)
          constructs a new StockStatistics
 

Uses of SingleUserInteractionLayerInterface in org.gscg.singleuser.interactionlayer.economics
 

Constructors in org.gscg.singleuser.interactionlayer.economics with parameters of type SingleUserInteractionLayerInterface
Economics(SingleUserInteractionLayerInterface owner)
          constructs a new Economics
EconomicsFinancial(SingleUserInteractionLayerInterface interactionLayer, nl.tudelft.simulation.supplychain.actor.SupplyChainActor actor)
          constructs a new economics financial
 



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