Uses of Class
ch.sahits.game.openpatrician.model.product.AmountablePrice
-
-
Uses of AmountablePrice in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return AmountablePrice Modifier and Type Method Description AmountablePrice<IWare>AmountableProvider. createWareAmountable()AmountablePrice<IWare>ModelConfiguration. wareAmountable() -
Uses of AmountablePrice in ch.sahits.game.openpatrician.model.building
Methods in ch.sahits.game.openpatrician.model.building that return AmountablePrice Modifier and Type Method Description AmountablePrice<IWare>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 Modifier and Type Method Description AmountablePrice<IWare>ICity. getWare(IWare ware)Retrieve the amount of ware in the city -
Uses of AmountablePrice in ch.sahits.game.openpatrician.model.city.cityhall
Methods in ch.sahits.game.openpatrician.model.city.cityhall that return AmountablePrice Modifier and Type Method Description AmountablePrice<IWare>ICityHallNotice. getWareAndAmount()Required amount and their guaranteed price. -
Uses of AmountablePrice in ch.sahits.game.openpatrician.model.city.guild
Methods in ch.sahits.game.openpatrician.model.city.guild that return AmountablePrice Modifier and Type Method Description AmountablePrice<IWare>ITradeAgreement. getWareAndAmount()Retreive the amount and the price which is guaranteed. -
Uses of AmountablePrice in ch.sahits.game.openpatrician.model.impl
Methods in ch.sahits.game.openpatrician.model.impl that return AmountablePrice Modifier and Type Method Description AmountablePrice<IWare>WareHolding. getWare(IWare ware)Retrieve theAmountablePriceof the ware as it is stored in the holding -
Uses of AmountablePrice in ch.sahits.game.openpatrician.model.people
Methods in ch.sahits.game.openpatrician.model.people that return AmountablePrice Modifier and Type Method Description AmountablePrice<IWare>IBuyer. getAmountablePrice()Retrieve the amount and price of the ware.AmountablePrice<IWare>IContractBroker. getAmountAndPrice()Retrieve the amount and price that was agreed upon.Methods in ch.sahits.game.openpatrician.model.people with parameters of type AmountablePrice Modifier and Type Method Description voidIBuyer. setAmountablePrice(AmountablePrice<IWare> amountablePrice)Define the amount and price for the ware. -
Uses of AmountablePrice in ch.sahits.game.openpatrician.model.people.impl
Constructors in ch.sahits.game.openpatrician.model.people.impl with parameters of type AmountablePrice Constructor Description ContractBrookerState(AmountablePrice<IWare> amountAndPrice, IWare ware) -
Uses of AmountablePrice in ch.sahits.game.openpatrician.model.ship
Methods in ch.sahits.game.openpatrician.model.ship that return AmountablePrice Modifier and Type Method Description AmountablePrice<IWare>INavigableVessel. getWare(IWare ware)Retrieve the amount of ware loaded -
Uses of AmountablePrice in ch.sahits.game.openpatrician.model.ship.impl
Methods in ch.sahits.game.openpatrician.model.ship.impl that return AmountablePrice Modifier and Type Method Description AmountablePrice<IWare>Convoy. getWare(IWare ware)AmountablePrice<IWare>Ship. getWare(IWare ware)AmountablePrice<IWare>ShipGroup. getWare(IWare ware)
-