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 TypeClassDescriptionclassCreditCalculator<T extends Var>Defines functionality of credit search.classDefines functionality for FailConstraintsStatistics plug-in, that collects statistics on the failed constraints; both for each individual constraint as well as a class of constraints.classOneSolution<T extends Var>Defines functionality for OneSolution plug-in, that is the search with this plug-in will stop after funding first solution.classDefines functionality of shaving.classTraceGenerator<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.childrenConsistencyListenersDepthFirstSearch.consistencyListenerIt is invoked when consistency function has been executed.(package private) ConsistencyListener[]CreditCalculator.consistencyListenersprivate ConsistencyListener[]Shaving.consistencyListeners(package private) ConsistencyListener[]TraceGenerator.consistencyListenersMethods 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 TypeMethodDescriptionvoidConsistencyListener.setChildrenListeners(ConsistencyListener child) Setting one child listener.voidConsistencyListener.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).voidCreditCalculator.setChildrenListeners(ConsistencyListener child) voidCreditCalculator.setChildrenListeners(ConsistencyListener[] children) voidFailConstraintsStatistics.setChildrenListeners(ConsistencyListener child) voidFailConstraintsStatistics.setChildrenListeners(ConsistencyListener[] children) voidOneSolution.setChildrenListeners(ConsistencyListener child) voidOneSolution.setChildrenListeners(ConsistencyListener[] children) voidShaving.setChildrenListeners(ConsistencyListener child) voidShaving.setChildrenListeners(ConsistencyListener[] children) voidTraceGenerator.setChildrenListeners(ConsistencyListener child) voidTraceGenerator.setChildrenListeners(ConsistencyListener[] children) voidDepthFirstSearch.setConsistencyListener(ConsistencyListener listener) voidSearch.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 TypeClassDescriptionclassDefines interface for a calculator for restart search.classDefines functionality for constant calculator for restart search.classDefines functionality for constant calculator for restart search.classDefines functionality for constant calculator for restart search.classDefines functionality for constant calculator for restart search.Fields in org.jacop.search.restart declared as ConsistencyListenerMethods in org.jacop.search.restart with parameters of type ConsistencyListenerModifier and TypeMethodDescriptionvoidCalculator.setChildrenListeners(ConsistencyListener child) voidCalculator.setChildrenListeners(ConsistencyListener[] children) -
Uses of ConsistencyListener in org.jacop.search.sgmpcs
Classes in org.jacop.search.sgmpcs that implement ConsistencyListenerModifier and TypeClassDescriptionclassSGMPCSCalculator<T extends Var>Defines functionality for SGMPCS searchMethods in org.jacop.search.sgmpcs with parameters of type ConsistencyListenerModifier and TypeMethodDescriptionvoidSGMPCSCalculator.setChildrenListeners(ConsistencyListener child) voidSGMPCSCalculator.setChildrenListeners(ConsistencyListener[] children)