org.powertac.officecomplexcustomer.persons
Class WorkingPerson

java.lang.Object
  extended by org.powertac.officecomplexcustomer.persons.Person
      extended by org.powertac.officecomplexcustomer.persons.WorkingPerson
Direct Known Subclasses:
PeriodicPresentPerson

public class WorkingPerson
extends Person

This is the instance of the person type that works. In addition to the simple persons they are working certain hours.

Version:
1.5, Date: 2.25.12
Author:
Antonios Chrysopoulos

Field Summary
 
Fields inherited from class org.powertac.officecomplexcustomer.persons.Person
log, randomSeedRepo
 
Constructor Summary
WorkingPerson()
           
 
Method Summary
 void showInfo()
          This is the function utilized to show the information regarding the person in question, its variables values etc.
 
Methods inherited from class org.powertac.officecomplexcustomer.persons.Person
fillDailyRoutine, getDailyRoutine, getWeeklyRoutine, initialize, refresh, setMemberOf, test, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkingPerson

public WorkingPerson()
Method Detail

showInfo

public void showInfo()
Description copied from class: Person
This is the function utilized to show the information regarding the person in question, its variables values etc.

Overrides:
showInfo in class Person


Copyright © 2013 Power TAC. All Rights Reserved.