Uses of Class
ch.sahits.game.openpatrician.model.product.AmountablePrice

Packages that use AmountablePrice
ch.sahits.game.openpatrician.model.building   
ch.sahits.game.openpatrician.model.city   
ch.sahits.game.openpatrician.model.impl   
ch.sahits.game.openpatrician.model.ship   
ch.sahits.game.openpatrician.model.ship.impl   
 

Uses of AmountablePrice in ch.sahits.game.openpatrician.model.building
 

Methods in ch.sahits.game.openpatrician.model.building that return AmountablePrice
 AmountablePrice ITradingOffice.getWare(IWare ware)
          Retrieve the amount of ware in storage
 

Uses of AmountablePrice in ch.sahits.game.openpatrician.model.city
 

Methods in ch.sahits.game.openpatrician.model.city that return AmountablePrice
 AmountablePrice ICity.getWare(IWare ware)
          Retrieve the amount of ware in the city
 

Uses of AmountablePrice in ch.sahits.game.openpatrician.model.impl
 

Fields in ch.sahits.game.openpatrician.model.impl with type parameters of type AmountablePrice
(package private)  HashMap<IWare,AmountablePrice> WareHolding.wares
          Store the amount of wares in the city in the ware specific sizes
 

Methods in ch.sahits.game.openpatrician.model.impl that return AmountablePrice
 AmountablePrice WareHolding.getWare(IWare ware)
          Retrieve the AmountablePrice of the ware as it is stored in the holding
 

Uses of AmountablePrice in ch.sahits.game.openpatrician.model.ship
 

Methods in ch.sahits.game.openpatrician.model.ship that return AmountablePrice
 AmountablePrice IShip.getWare(IWare ware)
          Retrieve the amount of ware loaded
 

Uses of AmountablePrice in ch.sahits.game.openpatrician.model.ship.impl
 

Fields in ch.sahits.game.openpatrician.model.ship.impl with type parameters of type AmountablePrice
private  Map<IWare,AmountablePrice> Ship.loadedWare
          Store the wares loaded on the ship together with their amount.
 

Methods in ch.sahits.game.openpatrician.model.ship.impl that return AmountablePrice
 AmountablePrice Ship.getWare(IWare ware)
           
 



Copyright © 2011-2012 Sahits GmbH. All Rights Reserved.