Uses of Class
resources.TimeSlot

Packages that use TimeSlot
application   
resources   
 

Uses of TimeSlot in application
 

Methods in application with parameters of type TimeSlot
 void Schedule.addTimeSlot(TimeSlot timeSlot)
          Adds a TimeSlot to the document
 void Schedule.removeTimeSlot(TimeSlot timeSlot)
          Removes a TimeSlot from the document
 

Uses of TimeSlot in resources
 

Methods in resources that return TimeSlot
 TimeSlot SchedCourse.getTimeSlot()
           
 TimeSlot TimeSlot.setOnline()
          sets this timeslot to be online.
 TimeSlot TimeSlot.setTba()
          sets this timeslot to be tba.
 

Methods in resources with parameters of type TimeSlot
 boolean TimeSlot.overlap(TimeSlot secondSlot)
           
 void SchedCourse.setTimeSlot(TimeSlot timeSlot)
           
 

Constructors in resources with parameters of type TimeSlot
SchedCourse(Professor professor, Classroom classroom, Course course, TimeSlot timeSlot)
          Constructor declaration
SchedCourse(Professor professor, Classroom classroom, Course course, TimeSlot timeSlot, java.lang.String crn)