Uses of Class
org.powertac.officecomplexcustomer.customers.Office
-
Packages that use Office Package Description 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 Modifier and Type Field Description protected Office
Appliance. applianceOf
The household that the appliance is installed at.Methods in org.powertac.officecomplexcustomer.appliances that return Office Modifier and Type Method Description Office
Appliance. getApplianceOf()
This function returns the household where the appliance is installed.Methods in org.powertac.officecomplexcustomer.appliances with parameters of type Office Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
Person. setMemberOf(Office house)
This function sets the office in which the person is working on.
-