Class BVMBidderSetup
- java.lang.Object
-
- org.spectrumauctions.sats.core.model.BidderSetup
-
- org.spectrumauctions.sats.core.model.bvm.BMBidderSetup
-
- org.spectrumauctions.sats.core.model.bvm.bvm.BVMBidderSetup
-
public final class BVMBidderSetup extends BMBidderSetup
A builder with default values of the base value model- Author:
- Michael Weiss
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBVMBidderSetup.BVMBidderSetupBuilder-
Nested classes/interfaces inherited from class org.spectrumauctions.sats.core.model.bvm.BMBidderSetup
BMBidderSetup.BMBidderSetupBuilder
-
Nested classes/interfaces inherited from class org.spectrumauctions.sats.core.model.BidderSetup
BidderSetup.Builder
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_SETUP_NAME-
Fields inherited from class org.spectrumauctions.sats.core.model.bvm.BMBidderSetup
baseValueIntervals, positiveValueThresholdIntervals, synFactors
-
Fields inherited from class org.spectrumauctions.sats.core.model.BidderSetup
numberOfBidders, setupName
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BVMBidderSetupgetDefaultSetup(int numberOfBidders)-
Methods inherited from class org.spectrumauctions.sats.core.model.bvm.BMBidderSetup
drawBaseValue, drawPositiveValueThreshold, drawSynergyFactors
-
Methods inherited from class org.spectrumauctions.sats.core.model.BidderSetup
getNumberOfBidders, getSetupName
-
-
-
-
Field Detail
-
DEFAULT_SETUP_NAME
public static final java.lang.String DEFAULT_SETUP_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDefaultSetup
public static BVMBidderSetup getDefaultSetup(int numberOfBidders)
- Parameters:
numberOfBidders- the number of bidders to be created- Returns:
- an unmodified default setup of the BVM bidder without the possibility to further change it.
-
-