public interface ICityProductionConsumptionKnowledge
| Modifier and Type | Method | Description |
|---|---|---|
int |
getConsumptionAmount(IWare ware) |
Retrieve the consumption amount for a ware.
|
int |
getProductionAmount(IWare ware) |
Retrieve the consumption amount for a ware.
|
int |
getStoredAmount(IWare ware) |
Retrieve the stored amount for a ware.
|
int getProductionAmount(IWare ware)
ware - for which the production amount is to be looked upint getConsumptionAmount(IWare ware)
ware - for which the consumption amount is to be looked up.int getStoredAmount(IWare ware)
ware - for which the stored amount is to be looked up.Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.