Package | Description |
---|---|
admin | |
create |
Modifier and Type | Field and Description |
---|---|
(package private) DayPattern |
BlackoutTime.selectedDays |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Collection<DayPattern> |
DayPatternDB.dayPatterns |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
DayPatternDB.addDayPattern(DayPattern dayPattern)
This method adds a dayPattern to the database.
|
(package private) abstract void |
DayPatternDB.removeDayPattern(DayPattern dayPattern)
This method removes a day pattern from the database.
|
Modifier and Type | Field and Description |
---|---|
DayPattern |
Section.pattern |
Modifier and Type | Method and Description |
---|---|
abstract Section |
Section.generateSection(Instructor instructor,
Room room,
Course course,
TimeDuration time,
int classNumber,
int sectionNumber,
int capacity,
DayPattern pattern)
Constructs a new section from the given instructor, room, course,
time, capacity, and pattern.
|