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 classCreditCalculator<T extends Var>Defines functionality of credit search.classFailConstraintsStatistics<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.classOneSolution<T extends Var>Defines functionality for OneSolution plug-in, that is the search with this plug-in will stop after funding first solution.classShaving<T extends IntVar>Defines 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 ConsistencyListener Modifier and Type Field Description (package private) ConsistencyListener[]OneSolution. childrenConsistencyListenersConsistencyListenerDepthFirstSearch. 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 ConsistencyListener Modifier and Type Method Description ConsistencyListenerDepthFirstSearch. getConsistencyListener()ConsistencyListenerSearch. getConsistencyListener()It returns the root of the Consistency Listener.Methods in org.jacop.search with parameters of type ConsistencyListener Modifier and Type Method Description voidConsistencyListener. 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 ConsistencyListener Modifier and Type Class Description classCalculator<T extends Var>Defines interface for a calculator for restart searchclassConstantCalculator<T extends Var>Defines functionality for constant calculator for restart searchclassGeometricCalculator<T extends Var>Defines functionality for constant calculator for restart searchclassLinearCalculator<T extends Var>Defines functionality for constant calculator for restart searchclassLubyCalculator<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) ConsistencyListenerCalculator. childMethods in org.jacop.search.restart with parameters of type ConsistencyListener Modifier and Type Method Description voidCalculator. setChildrenListeners(ConsistencyListener child)voidCalculator. 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 classSGMPCSCalculator<T extends Var>Defines functionality for SGMPCS searchMethods in org.jacop.search.sgmpcs with parameters of type ConsistencyListener Modifier and Type Method Description voidSGMPCSCalculator. setChildrenListeners(ConsistencyListener child)voidSGMPCSCalculator. setChildrenListeners(ConsistencyListener[] children)
-