Uses of Class
org.powertac.householdcustomer.enumerations.Status
- 
Packages that use Status Package Description org.powertac.householdcustomer.enumerations org.powertac.householdcustomer.persons 
- 
- 
Uses of Status in org.powertac.householdcustomer.enumerationsMethods in org.powertac.householdcustomer.enumerations that return Status Modifier and Type Method Description static StatusStatus. 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.householdcustomer.personsMethods in org.powertac.householdcustomer.persons that return types with arguments of type Status Modifier and Type Method Description 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.
 
-