Package | Description |
---|---|
create |
Modifier and Type | Field and Description |
---|---|
CourseDB |
Schedule.courses |
Modifier and Type | Method and Description |
---|---|
abstract Schedule |
Schedule.generateSchedule(java.lang.String name,
Term term,
int year,
CourseDB courses,
InstructorDB instructors,
RoomDB rooms)
Constructs a new schedule from the given name, term
year, and the resources databases (Instructor, Course, Room).
|