public abstract static class BidderSetup.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder(String setupName,
int numberOfBidders) |
| Modifier and Type | Method and Description |
|---|---|
abstract BidderSetup |
build()
Creates a new BidderSetup instance which can then be used to create a new population
|
int |
getNumberOfBidders()
See
BidderSetup.getNumberOfBidders() for the explanation of this parameter. |
String |
getSetupName()
See
BidderSetup.getSetupName() for the explanation of this parameter. |
void |
setNumberOfBidders(int numberOfBidders)
See
BidderSetup.getNumberOfBidders() for the explanation of this parameter. |
void |
setSetupName(String setupName)
See
BidderSetup.getSetupName() for the explanation of this parameter. |
protected Builder(String setupName, int numberOfBidders)
public String getSetupName()
BidderSetup.getSetupName() for the explanation of this parameter.public void setSetupName(String setupName)
BidderSetup.getSetupName() for the explanation of this parameter.public int getNumberOfBidders()
BidderSetup.getNumberOfBidders() for the explanation of this parameter.public void setNumberOfBidders(int numberOfBidders)
BidderSetup.getNumberOfBidders() for the explanation of this parameter.public abstract BidderSetup build()
Copyright © 2017. All rights reserved.