| Modifier and Type | Method and Description |
|---|---|
GenericValue<T,S> |
GenericValue.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<GenericValue<S,T>> |
GenericBid.getValues() |
Iterator<GenericValue<T,S>> |
GenericLang.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericBid.addValue(GenericValue<S,T> value) |
void |
GenericBid.removeValue(GenericValue<S,T> value) |
| Constructor and Description |
|---|
GenericBid(Bidder<T> bidder,
List<GenericValue<S,T>> values) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<GenericValue<T,S>> |
GenericSizeIncreasing.iterator() |
Iterator<GenericValue<T,S>> |
GenericSizeDecreasing.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<GenericValue<T,S>> |
XORQRandomOrderSimple.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<GenericValue<T,S>> |
GenericPowersetIncreasing.iterator() |
Iterator<GenericValue<T,S>> |
GenericPowersetDecreasing.iterator() |
| Modifier and Type | Method and Description |
|---|---|
List<GenericValue<G,T>> |
ProfitMaximizingGenericSupplementaryRound.getSupplementaryBids(GenericCCAMechanism<G,T> cca,
Bidder<T> bidder) |
List<GenericValue<G,T>> |
LastBidsTrueValueGenericSupplementaryRound.getSupplementaryBids(GenericCCAMechanism<G,T> cca,
Bidder<T> bidder) |
List<GenericValue<G,T>> |
GenericSupplementaryRound.getSupplementaryBids(GenericCCAMechanism<G,T> cca,
Bidder<T> bidder) |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ImmutableMap<Bidder<S>,GenericValue<T,S>> |
GenericAllocation.values |
| Modifier and Type | Method and Description |
|---|---|
GenericValue<T,S> |
GenericAllocation.getGenericAllocation(Bidder<S> bidder) |
GenericValue<S,T> |
GenericDemandQueryResult.getResultingBundle() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericAllocation.Builder.putGenericValue(Bidder<T> bidder,
GenericValue<G,T> value) |
| Modifier and Type | Method and Description |
|---|---|
GenericValue<MRVMGenericDefinition,MRVMLicense> |
MRVMDemandQueryMipResult.getResultingBundle() |
| Constructor and Description |
|---|
Builder(MRVMWorld world,
double totalUtility,
GenericValue<MRVMGenericDefinition,MRVMLicense> result) |
Copyright © 2018. All rights reserved.