Uses of Class
org.powertac.officecomplexcustomer.customers.Office

Packages that use Office
org.powertac.officecomplexcustomer.appliances   
org.powertac.officecomplexcustomer.customers   
org.powertac.officecomplexcustomer.persons   
 

Uses of Office in org.powertac.officecomplexcustomer.appliances
 

Fields in org.powertac.officecomplexcustomer.appliances declared as Office
protected  Office Appliance.applianceOf
          The household that the appliance is installed at.
 

Methods in org.powertac.officecomplexcustomer.appliances that return Office
 Office Appliance.getApplianceOf()
          This function returns the household where the appliance is installed.
 

Methods in org.powertac.officecomplexcustomer.appliances with parameters of type Office
 void Appliance.setApplianceOf(Office office)
          This function sets the household in which the appliance is installed in.
 

Uses of Office in org.powertac.officecomplexcustomer.customers
 

Methods in org.powertac.officecomplexcustomer.customers that return types with arguments of type Office
 Vector<Office> OfficeComplex.getOffices()
          This function returns a vector with all the offices that are present in this office complex.
 Vector<Office> OfficeComplex.getOffices(String type)
          This function returns a vector with all the offices of a certain type that are present in this office complex.
 

Uses of Office in org.powertac.officecomplexcustomer.persons
 

Methods in org.powertac.officecomplexcustomer.persons with parameters of type Office
 void Person.setMemberOf(Office house)
          This function sets the office in which the person is working on.
 



Copyright © 2012 Power TAC. All Rights Reserved.