- capacity - Variable in class database.ExtraSlot
-
- CB_criterion - Variable in class application.Controllers.ViewCourses_forStudentController
-
- CB_daysList - Variable in class application.Controllers.BookARoom_StudentController
-
- CB_duration - Variable in class application.Controllers.BookARoom_StudentController
-
- CB_select - Variable in class application.Controllers.ViewTimeTable_StudentController
-
- CB_timings - Variable in class application.Controllers.BookARoom_StudentController
-
- CB_userType - Variable in class application.Controllers.SignUpController
-
- CB_venues - Variable in class application.Controllers.BookARoom_StudentController
-
- cl - Static variable in class server.ServerRunner
-
- clashes(Slot) - Method in class database.Slot
-
- clearOldRequests() - Static method in class server.ServerRunner
-
This method will remove all the requests that are more than 5 days old.
- code - Variable in class database.Course
-
- code - Variable in class database.Slot
-
- compareTo(Slot) - Method in class database.Slot
-
- connectAndInitialise() - Static method in class application.Main
-
This function will connect to the database and set up and initialise required objects
- connection - Variable in class server.ConnectionHandler
-
Socket on which client is listening
- ConnectionHandler - Class in server
-
This class will serve a single client and process it's requests and send appropriate replies.
- ConnectionHandler(Socket) - Constructor for class server.ConnectionHandler
-
Create a custom servicing class to service requests from a single client over a single socket
- constants - package constants
-
- Constants - Class in constants
-
This class holds some constants used at other places throughout.
- Constants() - Constructor for class constants.Constants
-
- Course - Class in database
-
This is a class to hold details of the Courses.
- Course(String, String, String, String, String, int, String, String) - Constructor for class database.Course
-
- CourseList - Class in database
-
This class holds list of all courses and implements some routine functions for use with GUI
- CourseList() - Constructor for class database.CourseList
-
- courses - Variable in class database.User
-
- CReader - Class in database
-
This class reads up the CSV file and creates TimeTable hashmap out of that csv and saves it into TimeTable.dat
- CReader() - Constructor for class database.CReader
-
- credits - Variable in class database.Course
-