|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Household | |
|---|---|
| org.powertac.householdcustomer.appliances | |
| org.powertac.householdcustomer.customers | |
| org.powertac.householdcustomer.persons | |
| Uses of Household in org.powertac.householdcustomer.appliances |
|---|
| Fields in org.powertac.householdcustomer.appliances declared as Household | |
|---|---|
protected Household |
Appliance.applianceOf
The household that the appliance is installed at. |
| Methods in org.powertac.householdcustomer.appliances that return Household | |
|---|---|
Household |
Appliance.getApplianceOf()
This function returns the household where the appliance is installed. |
| Methods in org.powertac.householdcustomer.appliances with parameters of type Household | |
|---|---|
void |
Appliance.setApplianceOf(Household house)
This function sets the household in which the appliance is installed in. |
| Uses of Household in org.powertac.householdcustomer.customers |
|---|
| Methods in org.powertac.householdcustomer.customers that return types with arguments of type Household | |
|---|---|
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. |
| Uses of Household in org.powertac.householdcustomer.persons |
|---|
| Methods in org.powertac.householdcustomer.persons with parameters of type Household | |
|---|---|
void |
Person.setMemberOf(Household house)
This function sets the household in which the person is living in. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||