Uses of Interface
ifs.model.ModelListener

Packages that use ModelListener
ifs.dbt Dynamic backtracking extension of IFS solver 
ifs.extension IFS Extensions (conflict-based statistics, maintenance of arc consistency) 
ifs.model IFS Model (description of a problem) 
 

Uses of ModelListener in ifs.dbt
 

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

Uses of ModelListener in ifs.extension
 

Classes in ifs.extension that implement ModelListener
 class ConflictStatistics
          Conflict-based statistics.
 class Extension
          Generic extension of IFS solver.
 class MacPropagation
          MAC propagation.
 class ViolatedInitials
          Computation of violated initial values (minimal perturbation problem).
 

Uses of ModelListener in ifs.model
 

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

Methods in 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
 



Copyright © 2005 Tomáš Müller