Class Course

java.lang.Object
  extended byCourseStub
      extended byCourse
All Implemented Interfaces:
java.lang.Comparable

public class Course
extends CourseStub
implements java.lang.Comparable


Constructor Summary
Course()
           
 
Method Summary
 java.util.Vector alias()
           
 boolean conflictsWith(Courses others, TimeSlots timeSlots)
           
 void displayAll()
           
 boolean get(java.io.BufferedReader in, java.util.HashMap prereqs)
           
 boolean isFull()
           
 
Methods inherited from class CourseStub
compareTo, display, equals, equivalent, getId, getKey, getLabSection, getSection
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

Course

public Course()
Method Detail

displayAll

public void displayAll()

get

public boolean get(java.io.BufferedReader in,
                   java.util.HashMap prereqs)

alias

public java.util.Vector alias()

conflictsWith

public boolean conflictsWith(Courses others,
                             TimeSlots timeSlots)

isFull

public boolean isFull()