public final class BidderAllocation<T extends Good> extends Object
| Constructor and Description |
|---|
BidderAllocation(double totalValue,
Bundle<Good> goods,
Set<XORValue<T>> acceptedBids) |
| Modifier and Type | Method and Description |
|---|---|
Set<XORValue<T>> |
getAcceptedBids() |
Set<Good> |
getGoods() |
double |
getTradeValue() |
double |
getValue() |
String |
toString() |
Copyright © 2018. All rights reserved.