| Modifier and Type | Method and Description |
|---|---|
Iterator<XORValue<S>> |
GenericValue.plainXorIterator()
An iterator over all XORValues consistent with this XOR-Q (XOR with quantities) instance
|
| Modifier and Type | Method and Description |
|---|---|
XORValue<T> |
XORBid.Builder.containsBundle(Bundle<T> bundle) |
| Modifier and Type | Method and Description |
|---|---|
Set<XORValue<CATSLicense>> |
CatsXOR.getCATSXORBids() |
List<XORValue<T>> |
XORBid.getValues() |
Iterator<XORValue<T>> |
XORLanguage.iterator() |
Iterator<XORValue<T>> |
SizeBasedUniqueRandomXOR.iterator()
Throws a
MissingInformationException if the method
SizeBasedUniqueRandomXOR.setDistribution(int, double, int) was not called before this operation. |
Iterator<XORValue<T>> |
IncreasingSizeOrderedXOR.iterator() |
Iterator<XORValue<T>> |
DecreasingSizeOrderedXOR.iterator() |
Iterator<XORValue<CATSLicense>> |
CatsXOR.iterator() |
| Modifier and Type | Method and Description |
|---|---|
int |
XORValue.compareTo(XORValue<T> o) |
void |
XORBid.Builder.removeFromBid(XORValue<T> existing) |
| Modifier and Type | Method and Description |
|---|---|
XORBid<T> |
XORBid.copyOfWithNewValues(Collection<XORValue<T>> newValues) |
| Constructor and Description |
|---|
Builder(Bidder<T> bidder,
Collection<? extends XORValue<T>> values)
Creates a new Builder instance with initial XORValues
|
| Modifier and Type | Method and Description |
|---|---|
List<XORValue<T>> |
ProfitMaximizingNonGenericSupplementaryRound.getSupplementaryBids(NonGenericCCAMechanism<T> cca,
Bidder<T> bidder) |
List<XORValue<T>> |
NonGenericSupplementaryRound.getSupplementaryBids(NonGenericCCAMechanism<T> cca,
Bidder<T> bidder) |
List<XORValue<T>> |
LastBidsTrueValueNonGenericSupplementaryRound.getSupplementaryBids(NonGenericCCAMechanism<T> cca,
Bidder<T> bidder) |
| Modifier and Type | Method and Description |
|---|---|
XORValue<T> |
NonGenericDemandQueryResult.getResultingBundle() |
| Modifier and Type | Method and Description |
|---|---|
XORValue<GSVMLicense> |
GSVM_DemandQueryMipResult.getResultingBundle() |
| Constructor and Description |
|---|
GSVM_DemandQueryMipResult(BigDecimal totalUtility,
XORValue<GSVMLicense> bundle) |
| Modifier and Type | Method and Description |
|---|---|
XORValue<LSVMLicense> |
LSVM_DemandQueryMipResult.getResultingBundle() |
| Constructor and Description |
|---|
LSVM_DemandQueryMipResult(BigDecimal totalUtility,
XORValue<LSVMLicense> bundle) |
Copyright © 2019. All rights reserved.