Class BMWorldSetup
- java.lang.Object
-
- org.spectrumauctions.sats.core.model.bvm.BMWorldSetup
-
- Direct Known Subclasses:
BVMWorldSetup,MBVMWorldSetup
public abstract class BMWorldSetup extends java.lang.Object- Author:
- Michael Weiss
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBMWorldSetup.BMWorldSetupBuilder
-
Constructor Summary
Constructors Modifier Constructor Description protectedBMWorldSetup(BMWorldSetup.BMWorldSetupBuilder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Integer>bands()Defines which bands should be created in the worldjava.lang.StringgetSetupName()The setupName is used to identify the worldSetup once the world is created.
-
-
-
Constructor Detail
-
BMWorldSetup
protected BMWorldSetup(BMWorldSetup.BMWorldSetupBuilder builder)
-
-
Method Detail
-
bands
public java.util.Map<java.lang.String,java.lang.Integer> bands()
Defines which bands should be created in the world- Returns:
- Map with - Key: The name of the band - Value: The quantity of licenses of this band
-
getSetupName
public java.lang.String getSetupName()
The setupName is used to identify the worldSetup once the world is created. For different setups, different setupNames should be used.- Returns:
- the setup name
-
-