Class OfficeComplex

java.lang.Object
org.powertac.customer.AbstractCustomer
org.powertac.officecomplexcustomer.customers.OfficeComplex

public class OfficeComplex
extends AbstractCustomer
The office complex domain class is a set of offices that comprise a office building that consumes aggregated energy by the appliances installed in each office.
Version:
1.5, Date: 2.25.12
Author:
Antonios Chrysopoulos
  • Field Details

    • log

      protected static org.apache.logging.log4j.Logger log
      logger for trace logging -- use log.info(), log.warn(), and log.error() appropriately. Use log.debug() for output you want to see in testing or debugging.
    • tariffEvalHelper

      protected final TariffEvaluationHelper tariffEvalHelper
  • Constructor Details

    • OfficeComplex

      public OfficeComplex​(String name)
      This is the constructor function of the OfficeComplex customer
  • Method Details