- Schedule - Class in create
-
The object class Schedule has all the fields to build a schedule.
- Schedule() - Constructor for class create.Schedule
-
- ScheduleDB - Class in create
-
Database of all the saved/past Schedules.
- ScheduleDB() - Constructor for class create.ScheduleDB
-
- SchedulerDate - Class in view.calendar
-
This class represents a day in a schedule.
- SchedulerDate() - Constructor for class view.calendar.SchedulerDate
-
- SchedulerTime - Class in view.calendar
-
This class represents a period of time for the calendar view.
- SchedulerTime() - Constructor for class view.calendar.SchedulerTime
-
- schedules - Variable in class create.ScheduleDB
-
- Section - Class in create
-
The object class Section has all the fields needed to build a university
section of a course.
- Section() - Constructor for class create.Section
-
- sectionNumber - Variable in class create.Section
-
- sections - Variable in class create.Schedule
-
- selectedDays - Variable in class admin.BlackoutTime
-
- selectedDays - Variable in class admin.GlobalConstraints
-
- selectedSchedule - Variable in class view.table.ViewTable
-
- setDayAvailability(DayOfWeek, boolean) - Method in class admin.GlobalConstraints
-
This method sets which days are available to be scheduled on.
- setEndTime(Time) - Method in class admin.GlobalConstraints
-
This method sets the latest end time for classes.
- setMaxProximity(int) - Method in class admin.GlobalConstraints
-
This method set the maximum proximity allowed between a lecture and a lab.
- setStartTime(Time) - Method in class admin.GlobalConstraints
-
This method sets that earliest start time for classes.
- seven - Variable in class preferences.InstructorPreference
-
- six - Variable in class preferences.InstructorPreference
-
- sortByCourse() - Method in class view.table.ViewTable
-
Sorts the table view of the schedule based on the name of the course sections.
- SortByDays() - Method in class view.table.ViewTable
-
Sorts the table view of the scheduled sections based on the days they are being
taught.
- sortByInstructor() - Method in class view.table.ViewTable
-
Sorts the table view of the scheduled sections
based on the name of the instructor.
- sortByTime() - Method in class view.table.ViewTable
-
Sorts the table view of the scheduled sections based on the time they are being
taught during a given day.
- start - Variable in class view.calendar.SchedulerTime
-
- startTime - Variable in class admin.BlackoutTime
-
- startTime - Variable in class admin.GlobalConstraints
-
- startTime - Variable in class admin.TimeDuration
-
- subject - Variable in class resources.course.Course
-