Uses of Class
net.sf.cpsolver.coursett.constraint.InstructorConstraint

Packages that use InstructorConstraint
net.sf.cpsolver.coursett.criteria.additional University Course Timetabling: Additional (Experimental) Criteria. 
net.sf.cpsolver.coursett.model University Course Timetabling: Model. 
 

Uses of InstructorConstraint in net.sf.cpsolver.coursett.criteria.additional
 

Methods in net.sf.cpsolver.coursett.criteria.additional with parameters of type InstructorConstraint
protected  InstructorLunchBreak.CompactInfo InstructorLunchBreak.getCompactInfo(InstructorConstraint constraint)
          Get compact info that is associated with an instructor constraint.
 void InstructorLunchBreak.updateCriterion(InstructorConstraint instructorConstraint, Placement placement)
          Method checks or sets the CompactInfo of an InstructorConstraint.
 void InstructorLunchBreak.updateLunchPenalty(InstructorConstraint constraint, Placement p)
          Method updates number of violations in days (Mo, Tue, Wed,..) considering each week in the semester separately.
 

Uses of InstructorConstraint in net.sf.cpsolver.coursett.model
 

Methods in net.sf.cpsolver.coursett.model that return InstructorConstraint
 InstructorConstraint Student.getInstructor()
           
 

Methods in net.sf.cpsolver.coursett.model that return types with arguments of type InstructorConstraint
 List<InstructorConstraint> TimetableModel.getInstructorConstraints()
          The list of all instructor constraints
 List<InstructorConstraint> Lecture.getInstructorConstraints()
          Instructor constraint
 

Methods in net.sf.cpsolver.coursett.model with parameters of type InstructorConstraint
 void Student.setInstructor(InstructorConstraint instructor)
           
 



Copyright © 2014 UniTime LLC. All Rights Reserved.