| Package | Description |
|---|---|
| org.spectrumauctions.sats.core.bidlang.generic | |
| org.spectrumauctions.sats.core.bidlang.xor |
| Modifier and Type | Method and Description |
|---|---|
Iterator<XORValue<?>> |
GenericValue.plainXorIterator()
An iterator over all XORValues consistent with this XOR-Q (XOR with quantities) instance
|
| Modifier and Type | Method and Description |
|---|---|
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() |
| Constructor and Description |
|---|
Builder(Bidder<T> bidder,
Collection<? extends XORValue<T>> values)
Creates a new Builder instance with initial XORValues
|
Copyright © 2017. All rights reserved.