public final class Auction<T extends org.spectrumauctions.sats.core.model.Good> extends Object
| Modifier and Type | Method and Description |
|---|---|
org.spectrumauctions.sats.core.bidlang.xor.XORBid<T> |
getBid(org.spectrumauctions.sats.core.model.Bidder<T> bidder) |
Collection<org.spectrumauctions.sats.core.bidlang.xor.XORBid<T>> |
getBidCollection() |
Set<org.spectrumauctions.sats.core.model.Bidder<T>> |
getBidders() |
Bids<T> |
getBids() |
Set<T> |
getGoods() |
Auction<T> |
withLowBidsRemoved(double goodReservePrice) |
Auction<T> |
without(org.spectrumauctions.sats.core.model.Bidder<T> bidder) |
public Collection<org.spectrumauctions.sats.core.bidlang.xor.XORBid<T>> getBidCollection()
public Auction<T> without(org.spectrumauctions.sats.core.model.Bidder<T> bidder)
bidder - to be removedpublic org.spectrumauctions.sats.core.bidlang.xor.XORBid<T> getBid(org.spectrumauctions.sats.core.model.Bidder<T> bidder)
Copyright © 2018. All rights reserved.