Class GenericSizeDecreasing
- java.lang.Object
-
- org.spectrumauctions.sats.core.bidlang.generic.FlatSizeIterators.GenericSizeOrdered
-
- org.spectrumauctions.sats.core.bidlang.generic.FlatSizeIterators.GenericSizeDecreasing
-
- All Implemented Interfaces:
BiddingLanguage
public abstract class GenericSizeDecreasing extends GenericSizeOrdered
- Author:
- Michael Weiss
-
-
Field Summary
-
Fields inherited from class org.spectrumauctions.sats.core.bidlang.generic.FlatSizeIterators.GenericSizeOrdered
allGoods
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGenericSizeDecreasing(java.util.Collection<? extends GenericGood> allPossibleGenericDefintions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<org.marketdesignresearch.mechlib.core.bidder.valuefunction.BundleValue>iterator()-
Methods inherited from class org.spectrumauctions.sats.core.bidlang.generic.FlatSizeIterators.GenericSizeOrdered
getDefComparator, getIncreasingSizeComparator
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.spectrumauctions.sats.core.bidlang.BiddingLanguage
getBidder
-
-
-
-
Constructor Detail
-
GenericSizeDecreasing
protected GenericSizeDecreasing(java.util.Collection<? extends GenericGood> allPossibleGenericDefintions) throws UnsupportedBiddingLanguageException
-
-