| Package | Description |
|---|---|
| org.powertac.householdcustomer.appliances | |
| org.powertac.householdcustomer.customers | |
| org.powertac.householdcustomer.persons |
| Modifier and Type | Field and Description |
|---|---|
protected Household |
Appliance.applianceOf
The household that the appliance is installed at.
|
| Modifier and Type | Method and Description |
|---|---|
Household |
Appliance.getApplianceOf()
This function returns the household where the appliance is installed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Appliance.setApplianceOf(Household house)
This function sets the household in which the appliance is installed in.
|
| Modifier and Type | Method and Description |
|---|---|
Vector<Household> |
Village.getHouses()
This function returns a vector with all the houses that are present in this
village.
|
Vector<Household> |
Village.getHouses(String type)
This function returns a vector with all the households of a certain type
that are present in this village.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setMemberOf(Household house)
This function sets the household in which the person is living in.
|
Copyright © 2017 Power TAC. All rights reserved.