Uses of Class
net.sf.cpsolver.studentsct.model.Course

Packages that use Course
net.sf.cpsolver.studentsct Student Sectioning Solver. 
net.sf.cpsolver.studentsct.constraint Student Sectioning: Constraints. 
net.sf.cpsolver.studentsct.model Student Sectioning: Model. 
 

Uses of Course in net.sf.cpsolver.studentsct
 

Methods in net.sf.cpsolver.studentsct with parameters of type Course
static double Test.getLastLikeStudentWeight(Course course, int real, int lastLike)
          Compute last-like student weight for the given course
 

Uses of Course in net.sf.cpsolver.studentsct.constraint
 

Methods in net.sf.cpsolver.studentsct.constraint that return Course
 Course ReservationOnCourse.getCourse()
          Return course, on which the reservation is set
 

Constructors in net.sf.cpsolver.studentsct.constraint with parameters of type Course
ReservationOnCourse(Course course)
          Constructor
 

Uses of Course in net.sf.cpsolver.studentsct.model
 

Methods in net.sf.cpsolver.studentsct.model that return Course
 Course CourseRequest.getCourse(long courseId)
          Return course of the requested courses with the given id
 Course Offering.getCourse(Student student)
          Return course, under which the given student enrolls into this offering.