Uses of Class
org.powertac.householdcustomer.customers.Village
-
Packages that use Village Package Description org.powertac.householdcustomer org.powertac.householdcustomer.customers -
-
Uses of Village in org.powertac.householdcustomer
Methods in org.powertac.householdcustomer that return types with arguments of type Village Modifier and Type Method Description List<Village>HouseholdCustomerService. getVillageList()This function returns the list of the villages created at the beginning of the game by the service -
Uses of Village in org.powertac.householdcustomer.customers
Fields in org.powertac.householdcustomer.customers declared as Village Modifier and Type Field Description VillageHousehold. householdOfThis variable is pointing to the village that this household is part of.
-