|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Course | |
---|---|
application | |
resources |
Uses of Course in application |
---|
Methods in application with parameters of type Course | |
---|---|
void |
Schedule.addCourse(Course course)
Adds a Course to the document |
void |
Schedule.removeCourse(Course course)
Removes a Course from the document |
Uses of Course in resources |
---|
Methods in resources that return Course | |
---|---|
Course |
SchedCourse.getCourse()
|
Methods in resources with parameters of type Course | |
---|---|
void |
SchedCourse.setCourse(Course course)
|
Constructors in resources with parameters of type Course | |
---|---|
SchedCourse(Professor professor,
Classroom classroom,
Course course,
TimeSlot timeSlot)
Constructor declaration |
|
SchedCourse(Professor professor,
Classroom classroom,
Course course,
TimeSlot timeSlot,
java.lang.String crn)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |