A C D E G I M P R S

A

addCourse(Course) - Method in class model.RegistrationModel
Add a course to the collection of courses
addEnrolledIn(String, EnrolledIn) - Method in class model.Course
Add a new enrollment to the course
addEnrolledIn(String, EnrolledIn) - Method in class model.Student
Add a new enrollment for a course the student is in
addLegalGrade(String) - Method in class model.RegistrationModel
Add a grade to the collection of legal grades
addStudent(Student) - Method in class model.RegistrationModel
Add a student to the collection of students
addWaiting(Student) - Method in class model.Course
Add a student to the waiting list for a course
areAnyWaiting() - Method in class model.Course
Test to see whether any students are waiting to get into the course

A C D E G I M P R S