Uses of Class
org.powertac.householdcustomer.persons.Person
-
Packages that use Person Package Description org.powertac.householdcustomer.customers org.powertac.householdcustomer.persons -
-
Uses of Person in org.powertac.householdcustomer.customers
Methods in org.powertac.householdcustomer.customers that return types with arguments of type Person Modifier and Type Method Description Vector<Person>Household. getMembers()This is a function that returns the members of the household. -
Uses of Person in org.powertac.householdcustomer.persons
Subclasses of Person in org.powertac.householdcustomer.persons Modifier and Type Class Description classMostlyPresentPersonThis is the instance of the person type that spents most of its time inside the house.classPeriodicPresentPersonThis is the instance of the person type that works in a regular basis for a number of days in the week.classRandomlyAbsentPersonThis is the instance of the person type that works in shifts that may vary form week to week or from month to month.classWorkingPersonThis is the instance of the person type that works.
-