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

Packages that use ModelListener
net.sf.cpsolver.coursett.model University Course Timetabling: Model. 
net.sf.cpsolver.ifs.dbt Dynamic backtracking extension of IFS solver 
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 ModelListener in net.sf.cpsolver.coursett.model
 

Classes in net.sf.cpsolver.coursett.model that implement ModelListener
 class OnFlySectioning
          On fly student sectioning.
 

Uses of ModelListener in net.sf.cpsolver.ifs.dbt
 

Classes in net.sf.cpsolver.ifs.dbt that implement ModelListener
 class DbtPropagation
          Maintenance of arc consistency in dynamic backtracking.
 

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

Classes in net.sf.cpsolver.ifs.extension that implement ModelListener
 class ConflictStatistics
          Conflict-based statistics.
 class Extension
          Generic extension of IFS solver.
 class MacPropagation
          MAC propagation.
 class MacRevised
          Another implementation of MAC propagation.
 class SearchIntensification
          Go back to the best known solution when no better solution is found within the given amount of iterations.
 class ViolatedInitials
          Computation of violated initial values (minimal perturbation problem).
 

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

Methods in net.sf.cpsolver.ifs.model that return ModelListener
 ModelListener Model.modelListenerOfType(Class type)
          The list of model listeners that are of the given class
 

Methods in net.sf.cpsolver.ifs.model with parameters of type ModelListener
 void Model.addModelListener(ModelListener listener)
          Adds a model listener
 void Model.removeModelListener(ModelListener listener)
          Removes a model listener
 

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

Classes in net.sf.cpsolver.studentsct.extension that implement ModelListener
 class DistanceConflict
          This extension computes student distant conflicts.
 class StudentConflictStatistics
          Same as ConflictStatistics, however, conflict with real students can be weighted differently than with last-like students.