Uses of Interface
org.gscg.common.GameActorInterface

Packages that use GameActorInterface
org.gscg.common.interactionlayer.location   
org.gscg.gameactors   
 

Uses of GameActorInterface in org.gscg.common.interactionlayer.location
 

Methods in org.gscg.common.interactionlayer.location with parameters of type GameActorInterface
 void YellowPage.addActor(GameActorInterface actor, java.lang.String actorType, boolean interactive)
          Method addActor.
 void YellowPage.removeActor(GameActorInterface actor)
          Method removeActor.
 void YellowPage.updateActor(GameActorInterface actor, java.lang.String actorType, boolean interactive)
          Method updateActor.
 

Uses of GameActorInterface in org.gscg.gameactors
 

Classes in org.gscg.gameactors that implement GameActorInterface
 class GameDistributor
          The GameDistributor extends a Distributor from the supplychain project and provides additional game-specific functionalities.
 class GameDistributorInteractive
          The GameDistributorInteractive extends a GameDistributor from the supplychain-game project and provides additional interactive functionalities.
 class GameManufacturer
          The GameManufacturer extends a Manufacturer from the supplychain project and provides additional game-specific functionalities.
 class GameManufacturerInteractive
          The GameDistributorInteractive extends a GameDistributor from the supplychain-game project and provides additional interactive functionalities.
 class GameMarket
          The GameMarket extends a Customer from the supplychain project and provides additional game-specific functionalities.
 class GameSupplier
          The GameSupplier extends a Supplier from the supplychain project and provides additional game-specific functionalities.
 



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