All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class oncore.TimeTable

java.lang.Object
   |
   +----oncore.TimeTable

public class TimeTable
extends Object
Class for time tabling support in the course registration program. This class can actually be used as a part of begger institute wide system which handles all teh functions of academic office. Right now it only serves the the requirements of course registration. It lets a person to set slots of courses one by one and reports the conflicts as soon as they are encountered, so that the time-tabling person can change some of the slots and try to minimize the conflicts


Constructor Index

 o TimeTable()

Method Index

 o main(String[])

Constructors

 o TimeTable
 public TimeTable() throws SQLException

Methods

 o main
 public static void main(String args[]) throws SQLException, IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index