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

Packages that use JenrlConstraint
net.sf.cpsolver.coursett.model University Course Timetabling: Model. 
 

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

Methods in net.sf.cpsolver.coursett.model that return JenrlConstraint
 JenrlConstraint Lecture.jenrlConstraint(Lecture another)
          All JENRL constraints of this lecture
 

Methods in net.sf.cpsolver.coursett.model with parameters of type JenrlConstraint
 void Lecture.addActiveJenrl(JenrlConstraint constr)
          Add active jenrl constraint (active mean that there is at least one student between its classes)
 void Lecture.removeActiveJenrl(JenrlConstraint constr)
          Remove active jenrl constraint (active mean that there is at least one student between its classes)