Uses of Class
org.spectrumauctions.sats.core.model.bvm.BMBand
-
Packages that use BMBand Package Description org.spectrumauctions.sats.core.model.bvm org.spectrumauctions.sats.core.model.bvm.mbvm -
-
Uses of BMBand in org.spectrumauctions.sats.core.model.bvm
Methods in org.spectrumauctions.sats.core.model.bvm that return BMBand Modifier and Type Method Description BMBandBMLicense. getBand()BMBandBMWorld. getBand(java.lang.String bandName)Gets a band with a specific nameMethods in org.spectrumauctions.sats.core.model.bvm that return types with arguments of type BMBand Modifier and Type Method Description java.util.List<BMBand>BMWorld. getBands()Methods in org.spectrumauctions.sats.core.model.bvm with parameters of type BMBand Modifier and Type Method Description java.math.BigDecimalBMBidderSetup. drawBaseValue(BMBand band, UniformDistributionRNG rng)java.lang.IntegerBMBidderSetup. drawPositiveValueThreshold(BMBand band, UniformDistributionRNG rng)java.util.Map<java.lang.Integer,java.math.BigDecimal>BMBidderSetup. drawSynergyFactors(BMBand band, UniformDistributionRNG rng)java.math.BigDecimalBMBidder. getBaseValue(BMBand band)intBMBidder. highestSynergyQuantity(BMBand band)voidBMLicense. refreshFieldBackReferences(BMBand bmBand)Method is called after deserialization, there is not need to call it on any other occasion.
SeeWorld.refreshFieldBackReferences()for explanations.java.math.BigDecimalBMBidder. synergyFactor(BMBand band, int quantity)Returns the synergy factor for a given band and quantity. -
Uses of BMBand in org.spectrumauctions.sats.core.model.bvm.mbvm
Methods in org.spectrumauctions.sats.core.model.bvm.mbvm with parameters of type BMBand Modifier and Type Method Description java.lang.IntegerMBVMBidderSetup. drawPositiveValueThreshold(BMBand band, UniformDistributionRNG rng)Read javadoc of superclass of explanation of this parameter.
-