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