|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||