Uses of Interface
ifs.model.ConstraintListener

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

Uses of ConstraintListener in ifs.extension
 

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

Uses of ConstraintListener in ifs.model
 

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



Copyright © 2005 Tomáš Müller