|
Timetabler
|


Go to the source code of this file.
Classes | |
| class | IsMinor |
| Class for "is minor". More... | |
Enumerations | |
| enum | MinorType { isMinorCourse, isNotMinorCourse } |
| Enum to represent the types of "Is Minor". More... | |
| enum MinorType |
Enum to represent the types of "Is Minor".
A Course can either be a minor course or not. If it is, the value under this enum would be isMinorCourse, and otherwise, it would be isNotMinorCourse.
| Enumerator | |
|---|---|
| isMinorCourse |
Value when the Course is a minor course |
| isNotMinorCourse |
Value when the Course is not a minor course |
1.8.11