Uses of Interface
org.jacop.search.ConsistencyListener
Packages that use ConsistencyListener
-
Uses of ConsistencyListener in org.jacop.search
Classes in org.jacop.search that implement ConsistencyListenerModifier and TypeClassDescriptionclass
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
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 ConsistencyListenerModifier and TypeFieldDescription(package private) ConsistencyListener[]
OneSolution.childrenConsistencyListeners
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 ConsistencyListenerModifier and TypeMethodDescriptionDepthFirstSearch.getConsistencyListener()
Search.getConsistencyListener()
It returns the root of the Consistency Listener.Methods in org.jacop.search with parameters of type ConsistencyListenerModifier and TypeMethodDescriptionvoid
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 ConsistencyListenerModifier and TypeClassDescriptionclass
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 ConsistencyListenerMethods in org.jacop.search.restart with parameters of type ConsistencyListenerModifier and TypeMethodDescriptionvoid
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 ConsistencyListenerModifier and TypeClassDescriptionclass
SGMPCSCalculator<T extends Var>
Defines functionality for SGMPCS searchMethods in org.jacop.search.sgmpcs with parameters of type ConsistencyListenerModifier and TypeMethodDescriptionvoid
SGMPCSCalculator.setChildrenListeners
(ConsistencyListener child) void
SGMPCSCalculator.setChildrenListeners
(ConsistencyListener[] children)