| Modifier and Type | Method and Description |
|---|---|
AmountablePrice<IWare> |
AmountableProvider.createWareAmountable() |
AmountablePrice<IWare> |
ModelConfiguration.wareAmountable() |
| 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> |
CityHallNotice.wareAndAmount |
| Modifier and Type | Method and Description |
|---|---|
AmountablePrice<IWare> |
ITradeAgreement.getWareAndAmount()
Retreive the amount and the price which is guaranteed.
|
| Modifier and Type | Field and Description |
|---|---|
private AmountablePrice<IWare> |
TradeAgreement.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.
|
AmountablePrice<IWare> |
IContractBroker.getAmountAndPrice()
Retrieve the amount and price that was agreed upon.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IBuyer.setAmountablePrice(AmountablePrice<IWare> amountablePrice) |
| Modifier and Type | Field and Description |
|---|---|
private AmountablePrice<IWare> |
BuyerState.amountablePrice |
private AmountablePrice<IWare> |
ContractBrookerState.amountAndPrice |
| Constructor and Description |
|---|
ContractBrookerState(AmountablePrice<IWare> amountAndPrice,
IWare ware) |
| Modifier and Type | Method and Description |
|---|---|
AmountablePrice<IWare> |
INavigableVessel.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) |
AmountablePrice<IWare> |
ShipGroup.getWare(IWare ware) |
AmountablePrice<IWare> |
Convoy.getWare(IWare ware) |
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.