public interface Allocation<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getAllocation(org.spectrumauctions.sats.core.model.Bidder<?> bidder)
Returns information about the goods allocated to a specific bidder
|
Collection<? extends org.spectrumauctions.sats.core.model.Bidder<?>> |
getBidders() |
BigDecimal |
getTotalValue() |
Collection<? extends org.spectrumauctions.sats.core.model.Bidder<?>> getBidders()
T getAllocation(org.spectrumauctions.sats.core.model.Bidder<?> bidder)
BigDecimal getTotalValue()
Copyright © 2018. All rights reserved.