Uses of Class
net.sf.cpsolver.exam.model.Exam

Packages that use Exam
net.sf.cpsolver.exam.model Examination Timetabling: Model. 
net.sf.cpsolver.exam.reports Examination Timetabling: Reports. 
 

Uses of Exam in net.sf.cpsolver.exam.model
 

Methods in net.sf.cpsolver.exam.model that return Exam
 Exam ExamOwner.getExam()
          An exam for this course/section
 

Methods in net.sf.cpsolver.exam.model with parameters of type Exam
 boolean ExamStudent.canConflict(Exam ex1, Exam ex2)
          True if the given two exams can have a direct student conflict with this student, i.e., they can be placed at the same period.
 

Constructors in net.sf.cpsolver.exam.model with parameters of type Exam
ExamOwner(Exam exam, long id, String name)
          Constructor.
ExamPlacement(Exam exam, ExamPeriodPlacement periodPlacement, Set roomPlacements)
          Constructor
 

Uses of Exam in net.sf.cpsolver.exam.reports
 

Constructors in net.sf.cpsolver.exam.reports with parameters of type Exam
ExamRoomComparator(Exam exam, boolean asc)
          Constructor