Uses of Interface
org.jacop.search.ConsistencyListener
-
Packages that use ConsistencyListener Package Description org.jacop.search org.jacop.search.restart org.jacop.search.sgmpcs -
-
Uses of ConsistencyListener in org.jacop.search
Classes in org.jacop.search that implement ConsistencyListener Modifier and Type Class Description class
CreditCalculator<T extends Var>
Defines functionality of credit search.class
FailConstraintsStatistics<T extends Var>
Defines functionality for FailConstraintsStatistics plug-in, that collects statistics on the failed constraints; both for each individual constraint as well as a class of constraints.class
OneSolution<T extends Var>
Defines functionality for OneSolution plug-in, that is the search with this plug-in will stop after funding first solution.class
Shaving<T extends IntVar>
Defines functionality of shaving.class
TraceGenerator<T extends Var>
TODO TraceGenerator should accept as input to constructor a Search object.Fields in org.jacop.search declared as ConsistencyListener Modifier and Type Field Description (package private) ConsistencyListener[]
OneSolution. childrenConsistencyListeners
ConsistencyListener
DepthFirstSearch. consistencyListener
It is invoked when consistency function has been executed.(package private) ConsistencyListener[]
CreditCalculator. consistencyListeners
private ConsistencyListener[]
Shaving. consistencyListeners
(package private) ConsistencyListener[]
TraceGenerator. consistencyListeners
Methods in org.jacop.search that return ConsistencyListener Modifier and Type Method Description ConsistencyListener
DepthFirstSearch. getConsistencyListener()
ConsistencyListener
Search. getConsistencyListener()
It returns the root of the Consistency Listener.Methods in org.jacop.search with parameters of type ConsistencyListener Modifier and Type Method Description void
ConsistencyListener. setChildrenListeners(ConsistencyListener child)
Setting one child listener.void
ConsistencyListener. setChildrenListeners(ConsistencyListener[] children)
Each of the child listeners will be called and the return code from them will be combined (taken into account) by a parent).void
CreditCalculator. setChildrenListeners(ConsistencyListener child)
void
CreditCalculator. setChildrenListeners(ConsistencyListener[] children)
void
FailConstraintsStatistics. setChildrenListeners(ConsistencyListener child)
void
FailConstraintsStatistics. setChildrenListeners(ConsistencyListener[] children)
void
OneSolution. setChildrenListeners(ConsistencyListener child)
void
OneSolution. setChildrenListeners(ConsistencyListener[] children)
void
Shaving. setChildrenListeners(ConsistencyListener child)
void
Shaving. setChildrenListeners(ConsistencyListener[] children)
void
TraceGenerator. setChildrenListeners(ConsistencyListener child)
void
TraceGenerator. setChildrenListeners(ConsistencyListener[] children)
void
DepthFirstSearch. setConsistencyListener(ConsistencyListener listener)
void
Search. setConsistencyListener(ConsistencyListener listener)
It sets the root of the Consistency Listener. -
Uses of ConsistencyListener in org.jacop.search.restart
Classes in org.jacop.search.restart that implement ConsistencyListener Modifier and Type Class Description class
Calculator<T extends Var>
Defines interface for a calculator for restart searchclass
ConstantCalculator<T extends Var>
Defines functionality for constant calculator for restart searchclass
GeometricCalculator<T extends Var>
Defines functionality for constant calculator for restart searchclass
LinearCalculator<T extends Var>
Defines functionality for constant calculator for restart searchclass
LubyCalculator<T extends Var>
Defines functionality for constant calculator for restart searchFields in org.jacop.search.restart declared as ConsistencyListener Modifier and Type Field Description (package private) ConsistencyListener
Calculator. child
Methods in org.jacop.search.restart with parameters of type ConsistencyListener Modifier and Type Method Description void
Calculator. setChildrenListeners(ConsistencyListener child)
void
Calculator. setChildrenListeners(ConsistencyListener[] children)
-
Uses of ConsistencyListener in org.jacop.search.sgmpcs
Classes in org.jacop.search.sgmpcs that implement ConsistencyListener Modifier and Type Class Description class
SGMPCSCalculator<T extends Var>
Defines functionality for SGMPCS searchMethods in org.jacop.search.sgmpcs with parameters of type ConsistencyListener Modifier and Type Method Description void
SGMPCSCalculator. setChildrenListeners(ConsistencyListener child)
void
SGMPCSCalculator. setChildrenListeners(ConsistencyListener[] children)
-