Class GenericPowerset
- java.lang.Object
-
- org.spectrumauctions.sats.core.bidlang.generic.SizeOrderedPowerset.GenericPowerset
-
- All Implemented Interfaces:
BiddingLanguage
- Direct Known Subclasses:
GenericPowersetDecreasing,GenericPowersetIncreasing
public abstract class GenericPowerset extends java.lang.Object implements BiddingLanguage
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGenericPowerset(java.util.List<? extends GenericGood> genericGoods)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract voidisFeasibleSize(java.util.Map<? extends GenericGood,java.lang.Integer> maxQuantities, int maxBundleSize)-
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, iterator
-
-
-
-
Constructor Detail
-
GenericPowerset
protected GenericPowerset(java.util.List<? extends GenericGood> genericGoods) throws UnsupportedBiddingLanguageException
-
-
Method Detail
-
isFeasibleSize
protected abstract void isFeasibleSize(java.util.Map<? extends GenericGood,java.lang.Integer> maxQuantities, int maxBundleSize) throws UnsupportedBiddingLanguageException
-
-