Uses of Class
org.powertac.officecomplexcustomer.enumerations.Status
-
Packages that use Status Package Description 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 Modifier and Type Method Description 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 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.
-