Uses of Class
org.spectrumauctions.sats.core.model.bvm.BMWorld
-
Packages that use BMWorld Package Description org.spectrumauctions.sats.core.model.bvm org.spectrumauctions.sats.core.model.bvm.bvm org.spectrumauctions.sats.core.model.bvm.mbvm -
-
Uses of BMWorld in org.spectrumauctions.sats.core.model.bvm
Methods in org.spectrumauctions.sats.core.model.bvm that return BMWorld Modifier and Type Method Description BMWorldBMBand. getWorld()BMWorldBMBidder. getWorld()BMWorldBMLicense. getWorld()static BMWorldBMWorld. readWorld(long worldId)Methods in org.spectrumauctions.sats.core.model.bvm with parameters of type BMWorld Modifier and Type Method Description voidBMBand. refreshFieldBackReferences(BMWorld world)Method is called after deserialization, there is not need to call it on any other occasion.
SeeWorld.refreshFieldBackReferences()for explanations.Constructors in org.spectrumauctions.sats.core.model.bvm with parameters of type BMWorld Constructor Description BMBand(BMWorld world, java.lang.String name, int numberOfLicenses, int licenseCounter, RNGSupplier rngSupplier)Creates a new Band Bands are automatically created when a newBMWorldinstance is created, hence, the use of this constructor is not recommended.BMBidder(long population, int bidderId, BMWorld world, BMBidderSetup setup, UniformDistributionRNG rng)Create a new bidder. -
Uses of BMWorld in org.spectrumauctions.sats.core.model.bvm.bvm
Methods in org.spectrumauctions.sats.core.model.bvm.bvm that return BMWorld Modifier and Type Method Description BMWorldBaseValueModel. createWorld(RNGSupplier rngSupplier)Methods in org.spectrumauctions.sats.core.model.bvm.bvm with parameters of type BMWorld Modifier and Type Method Description java.util.List<BMBidder>BaseValueModel. createPopulation(BMWorld world, RNGSupplier populationRNG) -
Uses of BMWorld in org.spectrumauctions.sats.core.model.bvm.mbvm
Methods in org.spectrumauctions.sats.core.model.bvm.mbvm that return BMWorld Modifier and Type Method Description BMWorldMultiBandValueModel. createWorld(RNGSupplier rngSupplier)Methods in org.spectrumauctions.sats.core.model.bvm.mbvm with parameters of type BMWorld Modifier and Type Method Description java.util.List<BMBidder>MultiBandValueModel. createPopulation(BMWorld world, RNGSupplier populationRNG)
-