Uses of Interface
net.sf.cpsolver.ifs.model.ConstraintListener

Packages that use ConstraintListener
net.sf.cpsolver.ifs.extension IFS Extensions (conflict-based statistics, maintenance of arc consistency) 
net.sf.cpsolver.ifs.model IFS Model (description of a problem) 
net.sf.cpsolver.studentsct.extension Student Sectioning: Various Extensions. 
 

Uses of ConstraintListener in net.sf.cpsolver.ifs.extension
 

Classes in net.sf.cpsolver.ifs.extension that implement ConstraintListener
 class ConflictStatistics
          Conflict-based statistics.
 

Uses of ConstraintListener in net.sf.cpsolver.ifs.model
 

Methods in net.sf.cpsolver.ifs.model with parameters of type ConstraintListener
 void Constraint.addConstraintListener(ConstraintListener listener)
          Adds a constraint listener
 void Constraint.removeConstraintListener(ConstraintListener listener)
          Removes a constraint listener
 

Uses of ConstraintListener in net.sf.cpsolver.studentsct.extension
 

Classes in net.sf.cpsolver.studentsct.extension that implement ConstraintListener
 class StudentConflictStatistics
          Same as ConflictStatistics, however, conflict with real students can be weighted differently than with last-like students.