Uses of Class
org.powertac.householdcustomer.persons.Person

Packages that use Person
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
 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
 class MostlyPresentPerson
          This is the instance of the person type that spents most of its time inside the house.
 class PeriodicPresentPerson
          This is the instance of the person type that works in a regular basis for a number of days in the week.
 class RandomlyAbsentPerson
          This is the instance of the person type that works in shifts that may vary form week to week or from month to month.
 class WorkingPerson
          This is the instance of the person type that works.
 



Copyright © 2013 Power TAC. All Rights Reserved.