Class BMBand

  • All Implemented Interfaces:
    java.io.Serializable, org.marketdesignresearch.mechlib.core.Good, SATSGood

    public class BMBand
    extends GenericGood
    Author:
    Michael Weiss
    See Also:
    Serialized Form
    • Constructor Detail

      • BMBand

        public BMBand​(BMWorld world,
                      java.lang.String name,
                      int numberOfLicenses,
                      int licenseCounter,
                      RNGSupplier rngSupplier)
        Creates a new Band Bands are automatically created when a new BMWorld instance is created, hence, the use of this constructor is not recommended.