|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--EmployeeScheduler
Application class
Field Summary | |
private ListOfEmployees |
employees
All of the employees |
private Schedules |
mainSchedule
Main schedule |
private Settings |
mainSettings
Main settings |
Constructor Summary | |
EmployeeScheduler()
|
Method Summary | |
static void |
main(java.lang.String[] args)
Main function |
Methods inherited from class java.lang.Object |
|
Field Detail |
private Schedules mainSchedule
private Settings mainSettings
private ListOfEmployees employees
Constructor Detail |
public EmployeeScheduler()
Method Detail |
public static void main(java.lang.String[] args)
Pre-conditions: none
Post-conditions: Orchestrates the Employee Schedule software.
args
- command-line arguments
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |