| Package | Description |
|---|---|
| user |
Package user defines objects and operations related to the various end users.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Administrator
Administrator class is a User with administrative privileges to modify
Instructor preferences and global constraints, effectively modifying the
types of courses that can be generated by the program.
|
class |
Instructor
Instructor class is a User with privileges to set their own preferences.
|
| Modifier and Type | Field and Description |
|---|---|
java.util.List<User> |
UserDB.UserDB |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<User> |
UserDB.view()
View the full list of Users
|