| Package | Description |
|---|---|
| org.spectrumauctions.sats.core.model.bvm | |
| org.spectrumauctions.sats.core.model.bvm.bvm | |
| org.spectrumauctions.sats.core.model.bvm.mbvm |
| Modifier and Type | Method and Description |
|---|---|
BMWorld |
BMLicense.getWorld() |
BMWorld |
BMBidder.getWorld() |
BMWorld |
BMBand.getWorld() |
static BMWorld |
BMWorld.readWorld(long worldId) |
| Modifier and Type | Method and Description |
|---|---|
void |
BMBand.refreshFieldBackReferences(BMWorld world)
Method is called after deserialization, there is not need to call it on any other occasion.
See World.refreshFieldBackReferences() for explanations. |
| Constructor and Description |
|---|
BMBand(BMWorld world,
String name,
int numberOfLicenses,
int licenseCounter,
RNGSupplier rngSupplier)
Creates a new Band
Bands are automatically created when a new
BMWorld instance 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.
|
| Modifier and Type | Method and Description |
|---|---|
BMWorld |
BaseValueModel.createWorld(RNGSupplier rngSupplier) |
| Modifier and Type | Method and Description |
|---|---|
List<BMBidder> |
BaseValueModel.createPopulation(BMWorld world,
RNGSupplier populationRNG) |
| Modifier and Type | Method and Description |
|---|---|
BMWorld |
MultiBandValueModel.createWorld(RNGSupplier rngSupplier) |
| Modifier and Type | Method and Description |
|---|---|
List<BMBidder> |
MultiBandValueModel.createPopulation(BMWorld world,
RNGSupplier populationRNG) |
Copyright © 2017. All rights reserved.