| Package | Description |
|---|---|
| org.powertac.officecomplexcustomer.enumerations | |
| org.powertac.officecomplexcustomer.persons |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2016 Power TAC. All Rights Reserved.