Uses of Class
org.spectrumauctions.sats.core.model.GenericGood
-
-
Uses of GenericGood in org.spectrumauctions.sats.core.bidlang.generic.FlatSizeIterators
Fields in org.spectrumauctions.sats.core.bidlang.generic.FlatSizeIterators with type parameters of type GenericGood Modifier and Type Field Description protected java.util.Set<? extends GenericGood>GenericSizeOrdered. allGoodsMethods in org.spectrumauctions.sats.core.bidlang.generic.FlatSizeIterators that return types with arguments of type GenericGood Modifier and Type Method Description protected abstract java.util.Comparator<GenericGood>GenericSizeOrdered. getDefComparator()protected abstract java.util.Comparator<GenericGood>DeterministicIncreasingSizeComparator. getDefintionComparator()Method parameters in org.spectrumauctions.sats.core.bidlang.generic.FlatSizeIterators with type arguments of type GenericGood Modifier and Type Method Description intDeterministicIncreasingSizeComparator. compare(java.util.Set<GenericGood> o1, java.util.Set<GenericGood> o2)Constructor parameters in org.spectrumauctions.sats.core.bidlang.generic.FlatSizeIterators with type arguments of type GenericGood Constructor Description GenericSizeDecreasing(java.util.Collection<? extends GenericGood> allPossibleGenericDefintions)GenericSizeIncreasing(java.util.Collection<? extends GenericGood> allPossibleGenericDefintions) -
Uses of GenericGood in org.spectrumauctions.sats.core.bidlang.generic.SimpleRandomOrder
Constructor parameters in org.spectrumauctions.sats.core.bidlang.generic.SimpleRandomOrder with type arguments of type GenericGood Constructor Description XORQRandomOrderSimple(java.util.List<? extends GenericGood> genericGoods, RNGSupplier rngSupplier) -
Uses of GenericGood in org.spectrumauctions.sats.core.bidlang.generic.SizeOrderedPowerset
Method parameters in org.spectrumauctions.sats.core.bidlang.generic.SizeOrderedPowerset with type arguments of type GenericGood Modifier and Type Method Description protected abstract voidGenericPowerset. isFeasibleSize(java.util.Map<? extends GenericGood,java.lang.Integer> maxQuantities, int maxBundleSize)protected voidGenericPowersetDecreasing. isFeasibleSize(java.util.Map<? extends GenericGood,java.lang.Integer> maxQuantities, int maxBundleSize)protected voidGenericPowersetIncreasing. isFeasibleSize(java.util.Map<? extends GenericGood,java.lang.Integer> maxQuantities, int maxBundleSize)Constructor parameters in org.spectrumauctions.sats.core.bidlang.generic.SizeOrderedPowerset with type arguments of type GenericGood Constructor Description GenericPowerset(java.util.List<? extends GenericGood> genericGoods)GenericPowersetDecreasing(java.util.List<? extends GenericGood> genericDefinitions)GenericPowersetIncreasing(java.util.List<? extends GenericGood> genericDefinitions) -
Uses of GenericGood in org.spectrumauctions.sats.core.model
Methods in org.spectrumauctions.sats.core.model that return GenericGood Modifier and Type Method Description default GenericGoodGenericWorld. getGenericDefinitionOf(License license)Methods in org.spectrumauctions.sats.core.model that return types with arguments of type GenericGood Modifier and Type Method Description java.util.List<? extends GenericGood>GenericWorld. getAllGenericDefinitions() -
Uses of GenericGood in org.spectrumauctions.sats.core.model.bvm
Subclasses of GenericGood in org.spectrumauctions.sats.core.model.bvm Modifier and Type Class Description classBMBandMethods in org.spectrumauctions.sats.core.model.bvm that return types with arguments of type GenericGood Modifier and Type Method Description java.util.List<? extends GenericGood>BMWorld. getAllGenericDefinitions() -
Uses of GenericGood in org.spectrumauctions.sats.core.model.mrvm
Subclasses of GenericGood in org.spectrumauctions.sats.core.model.mrvm Modifier and Type Class Description classMRVMBandclassMRVMGenericDefinitionMethods in org.spectrumauctions.sats.core.model.mrvm that return GenericGood Modifier and Type Method Description GenericGoodMRVMWorld. getGenericDefinitionOf(License license) -
Uses of GenericGood in org.spectrumauctions.sats.core.model.srvm
Subclasses of GenericGood in org.spectrumauctions.sats.core.model.srvm Modifier and Type Class Description classSRVMBand
-