| Package | Description |
|---|---|
| org.spectrumauctions.sats.core.model.bvm | |
| org.spectrumauctions.sats.core.model.bvm.mbvm |
| Modifier and Type | Method and Description |
|---|---|
BMBand |
BMLicense.getBand() |
BMBand |
BMWorld.getBand(String bandName)
Gets a band with a specific name
|
| Modifier and Type | Method and Description |
|---|---|
List<BMBand> |
BMWorld.getBands() |
static GenericPowerset<BMBand> |
SizeOrderedGenericPowersetFactory.getSizeOrderedGenericLang(boolean increasing,
BMBidder bidder) |
static GenericSizeOrdered<BMBand> |
SizeOrderedGenericFactory.getSizeOrderedGenericLang(boolean increasing,
BMBidder bidder) |
static XORQRandomOrderSimple<BMBand> |
RandomOrderXORQFactory.getXORQRandomOrderSimpleLang(BMBidder bidder) |
static XORQRandomOrderSimple<BMBand> |
RandomOrderXORQFactory.getXORQRandomOrderSimpleLang(BMBidder bidder,
RNGSupplier rngSupplier) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
BMBidderSetup.drawBaseValue(BMBand band,
UniformDistributionRNG rng) |
Integer |
BMBidderSetup.drawPositiveValueThreshold(BMBand band,
UniformDistributionRNG rng) |
Map<Integer,BigDecimal> |
BMBidderSetup.drawSynergyFactors(BMBand band,
UniformDistributionRNG rng) |
BigDecimal |
BMBidder.getBaseValue(BMBand band) |
int |
BMBidder.highestSynergyQuantity(BMBand band) |
void |
BMLicense.refreshFieldBackReferences(BMBand bmBand)
Method is called after deserialization, there is not need to call it on any other occasion.
See World.refreshFieldBackReferences() for explanations. |
BigDecimal |
BMBidder.synergyFactor(BMBand band,
int quantity)
Returns the synergy factor for a given band and quantity.
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
BMBidder.calculateValue(Map<BMBand,Integer> genericQuantities) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
MBVMBidderSetup.drawPositiveValueThreshold(BMBand band,
UniformDistributionRNG rng)
Read javadoc of superclass of explanation of this parameter.
|
Copyright © 2017. All rights reserved.