Package scheduler.db.coursedb

The CourseDB package contains the class file for the CourseDB class.

See:
          Description

Class Summary
Course This class will contain the information necessary to represent a course available to the instructor, such as its name and required equipment.
CourseDB The class representing the course database.
CourseDB.SectionsTuple A tuple representing the number of sectons for the courses.
RequiredEquipment This class specifies the required equipment for a course.
 

Exception Summary
CourseDB.CourseDoesNotExistException Course already exists exception thrown in the set methods.
CourseDB.CourseExistsException Course already exists exception thrown in the set methods.
CourseNotInDatabaseException Thrown when a course isn't in the database.
 

Package scheduler.db.coursedb Description

The CourseDB package contains the class file for the CourseDB class.