Package | Description |
---|---|
courses | |
grader | |
student | |
userdb |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Collection<Student> |
Course.students |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
Grader.selectStudent(Student student) |
Modifier and Type | Field and Description |
---|---|
(package private) Student |
StudentAnswers.student |
(package private) Student |
TestOverview.user |
(package private) Student |
MyTests.user
The current student user
|
(package private) Student |
MyCourses.user
The current student user
|
Modifier and Type | Method and Description |
---|---|
(package private) abstract boolean |
MyCourses.viewCourses(Student student)
Displays the list of courses for a student
|
(package private) abstract void |
MyTests.viewTestOverview(Test test,
Student student)
Displays a status of a test in a course.
|
(package private) abstract void |
MyCourses.viewTests(Course course,
Student student)
Displays a list of tests in a course.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Collection<Student> |
StudentDB.students |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
StudentDB.addStudent(Student s)
adds a Student to the Collections of Students
|
(package private) abstract void |
StudentDB.modifyStudent(Student s)
edits a Student from the Collections of Students
|
(package private) abstract void |
StudentDB.removeStudent(Student s)
removes a Student from the Collections of Students
|