- ID - Variable in class user.User
-
- image - Variable in class resources.instructor.Instructor
-
- insertSection(Section) - Method in class create.Schedule
-
Inserts a Section into the Schedule.
- instructor - Variable in class create.Section
-
- Instructor - Class in resources.instructor
-
This class represents a single Instructor.
- Instructor() - Constructor for class resources.instructor.Instructor
-
- Instructor - Class in user
-
Instructor class is a User with privileges to set their own preferences.
- Instructor(int, String, String) - Constructor for class user.Instructor
-
Create an Instructor with the provided params.
- InstructorDB - Class in resources.instructor
-
This class represents the Database of all Instructors.
- InstructorDB() - Constructor for class resources.instructor.InstructorDB
-
- InstructorPreference - Class in preferences
-
This class contains an intructor's preferences.
- InstructorPreference() - Constructor for class preferences.InstructorPreference
-
- instructors - Variable in class create.Schedule
-
- instructors - Variable in class resources.instructor.InstructorDB
-