Uses of Class
resources.SchedCourse

Packages that use SchedCourse
application   
resources   
 

Uses of SchedCourse in application
 

Methods in application with parameters of type SchedCourse
 void Schedule.addSchedCourse(SchedCourse schedCourse)
          Adds a SchedCourse to the document
 void Schedule.removeSchedCourse(SchedCourse schedCourse)
          Removes a SchedCourse from the document
 

Uses of SchedCourse in resources
 

Methods in resources that return SchedCourse
 SchedCourse Conflict.getSched1()
          Gets Schedule 1
 SchedCourse Conflict.getSched2()
          Gets Schedule 2
 

Methods in resources with parameters of type SchedCourse
 boolean SchedCourse.overlap(SchedCourse sc)
           
 

Constructors in resources with parameters of type SchedCourse
Conflict(SchedCourse sched1, SchedCourse sched2, int reason)