| Modifier and Type | Method and Description |
|---|---|
AmountablePrice<IWare> |
ITradingOffice.getWare(IWare ware)
Retrieve the amount of ware in storage
|
| Modifier and Type | Method and Description |
|---|---|
AmountablePrice<IWare> |
IWareInCity.getWare(IWare ware)
Retrieve the amount of ware in the city
|
AmountablePrice<IWare> |
ICity.getWare(IWare ware)
Retrieve the amount of ware in the city
|
| Modifier and Type | Method and Description |
|---|---|
AmountablePrice<IWare> |
ICityHallNotice.getWareAndAmount()
Required amount and their guaranteed price.
|
| Modifier and Type | Field and Description |
|---|---|
private AmountablePrice<IWare> |
Pikemen.CityHallNotice.wareAndAmount |
| Modifier and Type | Field and Description |
|---|---|
(package private) NonReplacableMap<IWare,AmountablePrice<IWare>> |
WareHolding.wares
Store the amount of wares in the city in the ware specific sizes
|
| Modifier and Type | Method and Description |
|---|---|
AmountablePrice<IWare> |
WareHolding.getWare(IWare ware)
Retrieve the
AmountablePrice of the ware as it is stored in the
holding |
| Modifier and Type | Method and Description |
|---|---|
AmountablePrice<IWare> |
IBuyer.getAmountablePrice()
Retrieve the amount and price of the ware.
|
| Modifier and Type | Field and Description |
|---|---|
private AmountablePrice<IWare> |
BuyerState.amountablePrice |
| Modifier and Type | Method and Description |
|---|---|
AmountablePrice<IWare> |
IShip.getWare(IWare ware)
Retrieve the amount of ware loaded
|
| Modifier and Type | Field and Description |
|---|---|
private Map<IWare,AmountablePrice<IWare>> |
Ship.loadedWare
Store the wares loaded on the ship together with their amount.
|
| Modifier and Type | Method and Description |
|---|---|
AmountablePrice<IWare> |
Ship.getWare(IWare ware) |
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.