public interface Allocation<T extends Good>
| Modifier and Type | Method and Description |
|---|---|
Bundle<T> |
getAllocation(Bidder<T> bidder)
Returns information about the goods allocated to a specific bidder
|
Allocation<T> |
getAllocationWithTrueValues() |
BigDecimal |
getTotalValue() |
BigDecimal |
getTradeValue(Bidder<T> bidder) |
Collection<Bidder<T>> |
getWinners() |
Collection<Bidder<T>> getWinners()
Bundle<T> getAllocation(Bidder<T> bidder)
BigDecimal getTotalValue()
BigDecimal getTradeValue(Bidder<T> bidder)
Allocation<T> getAllocationWithTrueValues()
Copyright © 2019. All rights reserved.