Uses of Class
org.powertac.officecomplexcustomer.enumerations.Status

Packages that use Status
org.powertac.officecomplexcustomer.enumerations   
org.powertac.officecomplexcustomer.persons   
 

Uses of Status in org.powertac.officecomplexcustomer.enumerations
 

Methods in org.powertac.officecomplexcustomer.enumerations that return Status
static Status Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Status[] Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Status in org.powertac.officecomplexcustomer.persons
 

Methods in org.powertac.officecomplexcustomer.persons that return types with arguments of type Status
 Vector<Status> Person.getDailyRoutine()
          This function returns the daily routine of a person.
 Vector<Vector<Status>> Person.getWeeklyRoutine()
          This function returns the weekly routine of a person.
 



Copyright © 2012 Power TAC. All Rights Reserved.