Class CATSBidderSetup.Builder
- java.lang.Object
-
- org.spectrumauctions.sats.core.model.BidderSetup.Builder
-
- org.spectrumauctions.sats.core.model.cats.CATSBidderSetup.Builder
-
- Enclosing class:
- CATSBidderSetup
public static class CATSBidderSetup.Builder extends BidderSetup.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CATSBidderSetupbuild()Creates a new BidderSetup instance which can then be used to create a new populationvoidsetPrivateValueParameters(double mean, double stdev)Set the value interval for the private values-
Methods inherited from class org.spectrumauctions.sats.core.model.BidderSetup.Builder
getNumberOfBidders, getSetupName, setNumberOfBidders, setSetupName
-
-
-
-
Method Detail
-
setPrivateValueParameters
public void setPrivateValueParameters(double mean, double stdev)Set the value interval for the private values- Parameters:
mean- The mean of the distributionstdev- The standard deviation of the distribution
-
build
public CATSBidderSetup build()
Description copied from class:BidderSetup.BuilderCreates a new BidderSetup instance which can then be used to create a new population- Specified by:
buildin classBidderSetup.Builder- Returns:
- the new BidderSetup instance
-
-