public class LastBidsTrueValueNonGenericSupplementaryRound<T extends Good> extends Object implements NonGenericSupplementaryRound<T>
| Constructor and Description |
|---|
LastBidsTrueValueNonGenericSupplementaryRound() |
| Modifier and Type | Method and Description |
|---|---|
List<XORValue<T>> |
getSupplementaryBids(NonGenericCCAMechanism<T> cca,
Bidder<T> bidder) |
void |
setNumberOfSupplementaryBids(int numberOfSupplementaryBids) |
LastBidsTrueValueNonGenericSupplementaryRound<T> |
withNumberOfSupplementaryBids(int numberOfSupplementaryBids) |
public LastBidsTrueValueNonGenericSupplementaryRound()
public List<XORValue<T>> getSupplementaryBids(NonGenericCCAMechanism<T> cca, Bidder<T> bidder)
getSupplementaryBids in interface NonGenericSupplementaryRound<T extends Good>public void setNumberOfSupplementaryBids(int numberOfSupplementaryBids)
public LastBidsTrueValueNonGenericSupplementaryRound<T> withNumberOfSupplementaryBids(int numberOfSupplementaryBids)
Copyright © 2019. All rights reserved.