Class BMWorldSetup

  • Direct Known Subclasses:
    BVMWorldSetup, MBVMWorldSetup

    public abstract class BMWorldSetup
    extends java.lang.Object
    Author:
    Michael Weiss
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<java.lang.String,​java.lang.Integer> bands  
      protected java.lang.String setupName  
    • 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 world
      java.lang.String getSetupName()
      The setupName is used to identify the worldSetup once the world is created.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • setupName

        protected final java.lang.String setupName
      • bands

        protected final java.util.Map<java.lang.String,​java.lang.Integer> bands
    • 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