public class ProfitMaximizingGenericSupplementaryRound<G extends GenericDefinition<T>,T extends Good> extends Object implements GenericSupplementaryRound<G,T>
| Constructor and Description |
|---|
ProfitMaximizingGenericSupplementaryRound() |
| Modifier and Type | Method and Description |
|---|---|
List<GenericValue<G,T>> |
getSupplementaryBids(GenericCCAMechanism<G,T> cca,
Bidder<T> bidder) |
void |
setNumberOfSupplementaryBids(int numberOfSupplementaryBids) |
void |
useLastDemandedPrices(boolean useLastDemandedPrices) |
ProfitMaximizingGenericSupplementaryRound<G,T> |
withNumberOfSupplementaryBids(int numberOfSupplementaryBids) |
public ProfitMaximizingGenericSupplementaryRound()
public List<GenericValue<G,T>> getSupplementaryBids(GenericCCAMechanism<G,T> cca, Bidder<T> bidder)
getSupplementaryBids in interface GenericSupplementaryRound<G extends GenericDefinition<T>,T extends Good>public void setNumberOfSupplementaryBids(int numberOfSupplementaryBids)
public ProfitMaximizingGenericSupplementaryRound<G,T> withNumberOfSupplementaryBids(int numberOfSupplementaryBids)
public void useLastDemandedPrices(boolean useLastDemandedPrices)
Copyright © 2018. All rights reserved.