Class LSVMWorldSetup.LSVMWorldSetupBuilder
- java.lang.Object
-
- org.spectrumauctions.sats.core.model.lsvm.LSVMWorldSetup.LSVMWorldSetupBuilder
-
- Enclosing class:
- LSVMWorldSetup
public static class LSVMWorldSetup.LSVMWorldSetupBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LSVMWorldSetupBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LSVMWorldSetupbuild()voidcreateGridSizeRandomly(IntegerInterval numberOfRows, IntegerInterval numberOfColumns)booleanisLegacyLSVM()voidsetLegacyLSVM(boolean isLegacyLSVM)voidsetNumberOfColumnsInterval(IntegerInterval numberOfColumns)voidsetNumberOfRowsInterval(IntegerInterval numberOfRows)
-
-
-
Method Detail
-
createGridSizeRandomly
public void createGridSizeRandomly(IntegerInterval numberOfRows, IntegerInterval numberOfColumns)
-
setNumberOfRowsInterval
public void setNumberOfRowsInterval(IntegerInterval numberOfRows)
-
setNumberOfColumnsInterval
public void setNumberOfColumnsInterval(IntegerInterval numberOfColumns)
-
build
public LSVMWorldSetup build()
-
setLegacyLSVM
public void setLegacyLSVM(boolean isLegacyLSVM)
-
isLegacyLSVM
public boolean isLegacyLSVM()
-
-