public interface GenericPriceUpdater<G extends GenericDefinition<S>,S extends Good>
| Modifier and Type | Method and Description |
|---|---|
Map<G,BigDecimal> |
getLastPrices() |
Map<G,BigDecimal> |
updatePrices(Map<G,BigDecimal> oldPrices,
Map<G,Integer> demand) |
Map<G,BigDecimal> updatePrices(Map<G,BigDecimal> oldPrices, Map<G,Integer> demand)
Map<G,BigDecimal> getLastPrices()
Copyright © 2019. All rights reserved.