This is an function created to estimate the overall power consumption of a
certain appliance in a single operation the vectors of each appliance
during the runtime.
Consumer Electronics are the appliances that are utilized mainly for work or
entertainment in the household such as TV, DVD Players, Stereos and so on.
This function is used to create the weekly possibility operation vector of
each appliance taking into consideration the times that this appliance
could be able to function.
This is the basic evaluation function, taking into consideration the
minimum cost without shifting the appliances' load but the tariff chosen
is
picked up randomly by using a possibility pattern.
This enumerator defines the two different kinds of Water Heater appliances
Instant Heater: Utilized when in need from the house tenants and closed
afterwards Storage Heater: Always having warm water inside.
The household is the domain instance represents a single house with the
tenants living inside it and fully equipped with appliances statistically
distributed.
Household() -
Constructor for class org.powertac.householdcustomer.customers.Household
This enumerator defines the four different modes of semi-automatic appliances
Mode one: the washing has to finish within five hours from the loading point.
MONDAY -
Static variable in class org.powertac.householdcustomer.configurations.VillageConstants
The Other appliances contain several type of appliances that cannot be in any
other category of appliances such as air condition or small heaters and so
on.
Others() -
Constructor for class org.powertac.householdcustomer.appliances.Others
A person domain instance represents a single person in its real life
activities The person is living in a house, it may work, it goes to the
movies, it is sick, it goes on a vacation trip.
Person() -
Constructor for class org.powertac.householdcustomer.persons.Person
phi(double) -
Static method in class org.powertac.householdcustomer.configurations.Gaussian
This enumerator defines the four different reaction patterns of washing
machine By loading the machine in the morning, a task that might have been
done at another time of the day and selecting shifting interval the household
resident shows a strong reaction.
The village domain class is a set of households that comprise a small village
that consumes aggregated energy by the appliances installed in each
household.
Village(String) -
Constructor for class org.powertac.householdcustomer.customers.Village
This is the constructor function of the Village customer
This function is checking the current weather conditions and the existence
of weather sensitive appliances and if the temperature is over/under a
certain threshold, the appliances begin or stop their operation.