| Package | Description |
|---|---|
| org.spectrumauctions.sats.core.bidlang.xor | |
| org.spectrumauctions.sats.opt.vcg.external.domain |
| Modifier and Type | Method and Description |
|---|---|
XORBid<T> |
XORBid.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
XORBid<T> |
Bids.getBid(Bidder<T> bidder) |
XORBid<T> |
Auction.getBid(Bidder<T> bidder) |
| Modifier and Type | Method and Description |
|---|---|
Collection<XORBid<T>> |
Auction.getBidCollection() |
Map<Bidder<T>,XORBid<T>> |
Bids.getBidMap() |
Collection<XORBid<T>> |
Bids.getBids() |
Iterator<XORBid<T>> |
Bids.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Bids.addBid(XORBid<T> bid)
Adds a new
XORBid to this instance |
| Constructor and Description |
|---|
Bids(Collection<XORBid<T>> bids)
Creates a new non-empty bids instance
|
Copyright © 2018. All rights reserved.