| Package | Description |
|---|---|
| org.spectrumauctions.sats.opt.vcg.external.domain |
| Modifier and Type | Method and Description |
|---|---|
BidderAllocation<T> |
XORAllocation.getAllocation(org.spectrumauctions.sats.core.model.Bidder<?> bidder) |
BidderAllocation |
XORAllocation.tradeOf(org.spectrumauctions.sats.core.model.Bidder bidder)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BidderAllocation<T>> |
XORAllocation.getTrades() |
Map<org.spectrumauctions.sats.core.model.Bidder<T>,BidderAllocation<T>> |
XORAllocation.getTradesMap()
The Map only includes winning bidders
|
| Constructor and Description |
|---|
XORAllocation(Map<org.spectrumauctions.sats.core.model.Bidder<T>,BidderAllocation<T>> trades) |
Copyright © 2017. All rights reserved.