| Class | Description |
|---|---|
| Auction<T extends org.spectrumauctions.sats.core.model.Good> |
This class represents an Auction, containing a set of goods as
well as bids placed on those goods.
|
| AuctionResult<T extends org.spectrumauctions.sats.core.model.Good> |
This class represents the result of an Auction, consisting of
an Allocation and a Payment vector.
|
| BidderAllocation<T extends org.spectrumauctions.sats.core.model.Good> |
This class represents the allocation of goods to a single bidder.
|
| BidderPayment |
This class represents the Payment made by a single
Bidder. |
| Bids<T extends org.spectrumauctions.sats.core.model.Good> |
This class represents the aggregated bids of the auction, one Bid per Bidder.
|
| Payment<T extends org.spectrumauctions.sats.core.model.Good> |
This class represents the Payment vector after a WinnerDetermination.
|
| XORAllocation<T extends org.spectrumauctions.sats.core.model.Good> |
This class represents the Allocation after a WinnerDetermination.
|
Copyright © 2018. All rights reserved.