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. 
net.sf.cpsolver.studentsct.report Student Sectioning: Various Reports. 
net.sf.cpsolver.studentsct.reservation Student Sectioning: Reservations. 
 

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 with parameters of type Course
static double CourseLimit.getEnrollmentWeight(Course course, Request request)
          Enrollment weight of a course if the given request is assigned.
 

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

Methods in net.sf.cpsolver.studentsct.model that return Course
 Course Enrollment.getCourse()
          Course of the course request
 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.
 

Methods in net.sf.cpsolver.studentsct.model that return types with arguments of type Course
 List<Course> Offering.getCourses()
          List of courses.
 List<Course> CourseRequest.getCourses()
          List of requested courses (in the correct order -- first is the requested course, second is the first alternative, etc.)
 

Methods in net.sf.cpsolver.studentsct.model with parameters of type Course
 List<Reservation> CourseRequest.getReservations(Course course)
          Get reservations for this course requests
 

Constructors in net.sf.cpsolver.studentsct.model with parameters of type Course
Enrollment(Request request, int priority, Course course, Config config, Set<? extends Assignment> assignments, Reservation reservation)
          Constructor
 

Constructor parameters in net.sf.cpsolver.studentsct.model with type arguments of type Course
CourseRequest(long id, int priority, boolean alternative, Student student, List<Course> courses, boolean waitlist, Long timeStamp)
          Constructor
 

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

Methods in net.sf.cpsolver.studentsct.report that return Course
 Course CourseSection.getCourse()
          Course
 

Constructors in net.sf.cpsolver.studentsct.report with parameters of type Course
CourseSection(Course course, Section section)
          Constructor
 

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

Methods in net.sf.cpsolver.studentsct.reservation that return Course
 Course CourseReservation.getCourse()
          Course offering
 

Constructors in net.sf.cpsolver.studentsct.reservation with parameters of type Course
CourseReservation(long id, Course course)
          Constructor
 



Copyright © 2014 UniTime LLC. All Rights Reserved.