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

Packages that use ExamPlacement
net.sf.cpsolver.exam.model Examination Timetabling: Model. 
net.sf.cpsolver.exam.neighbours Examination Timetabling: Various Neighbourhoods. 
 

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

Methods in net.sf.cpsolver.exam.model that return ExamPlacement
 ExamPlacement ExamRoom.getPlacement(ExamPeriod period)
          An exam placed at the given period
 

Methods in net.sf.cpsolver.exam.model with parameters of type ExamPlacement
 boolean ExamDistributionConstraint.check(ExamPlacement first, ExamPlacement second)
          Check assignments of the given exams
 int ExamPlacement.getDistance(ExamPlacement other)
          Distance between two placements, i.e., maximal distance between a room of this placement and a room of the given placement.
 boolean ExamDistributionConstraint.isSatisfied(ExamPlacement p)
          Return true if this is hard constraint or this is a soft constraint without any violation
 

Uses of ExamPlacement in net.sf.cpsolver.exam.neighbours
 

Constructors in net.sf.cpsolver.exam.neighbours with parameters of type ExamPlacement
ExamRoomSwapNeighbour(ExamPlacement placement, ExamRoomPlacement current, ExamRoomPlacement swap)
           
ExamSimpleNeighbour(ExamPlacement placement)