| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Course> |
Student.getSchedule()
Gets the student's current schedule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Student.addCourse(Course c)
Adds a course to the student's schedule.
|
void |
Student.dropCourse(Course c)
Removes a course from the student's schedule.
|
boolean |
Course.equals(Course c)
Tests whether this course is identical to another course.
|