|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Student | |
|---|---|
| registrationsystem.model | |
| Uses of Student in registrationsystem.model |
|---|
| Methods in registrationsystem.model that return Student | |
|---|---|
Student |
EnrolledIn.getStudent()
Accessor for tje student |
Student |
RegistrationModel.getStudent(java.lang.String name)
Lookup a student by name |
Student |
Course.removeFirstWaiting()
Remove the first student from the waiting list when a slot opens up |
| Methods in registrationsystem.model that return types with arguments of type Student | |
|---|---|
java.util.Iterator<Student> |
RegistrationModel.studentIterator()
Allow access to all students |
| Methods in registrationsystem.model with parameters of type Student | |
|---|---|
void |
RegistrationModel.addStudent(Student newStudent)
Add a student to the collection of students |
void |
Course.addWaiting(Student student)
Add a student to the waiting list for a course |
void |
Course.removeWaiting(Student student)
Remove a specific student from the waiting list |
| Constructors in registrationsystem.model with parameters of type Student | |
|---|---|
EnrolledIn(Course course,
Student student)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||