| Package | Description |
|---|---|
| org.powertac.officecomplexcustomer.appliances | |
| org.powertac.officecomplexcustomer.customers | |
| org.powertac.officecomplexcustomer.persons |
| Modifier and Type | Field and Description |
|---|---|
protected Office |
Appliance.applianceOf
The household that the appliance is installed at.
|
| Modifier and Type | Method and Description |
|---|---|
Office |
Appliance.getApplianceOf()
This function returns the household where the appliance is installed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Appliance.setApplianceOf(Office office)
This function sets the household in which the appliance is installed in.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setMemberOf(Office house)
This function sets the office in which the person is working on.
|
Copyright © 2015 Power TAC. All Rights Reserved.