Uses of Interface
org.jacop.search.TimeOutListener
Packages that use TimeOutListener
-
Uses of TimeOutListener in org.jacop.search
Classes in org.jacop.search that implement TimeOutListenerModifier and TypeClassDescriptionclassCreditCalculator<T extends Var>Defines functionality of credit search.classNoGoodsCollector<T extends IntVar>NoGoodCollector collects no-goods from search when timeout has occurred.classIt defines a simple time out listener.Fields in org.jacop.search declared as TimeOutListenerModifier and TypeFieldDescription(package private) TimeOutListenerDepthFirstSearch.timeOutListenerThe object informed about the determination of the timeout.(package private) TimeOutListener[]CreditCalculator.timeOutListeners(package private) TimeOutListener[]NoGoodsCollector.timeOutListenersSimpleTimeOut.timeOutListenersIt contains child(ren) of this timeout listener.Methods in org.jacop.search that return TimeOutListenerModifier and TypeMethodDescriptionDepthFirstSearch.getTimeOutListener()Search.getTimeOutListener()It returns the root of the TimeOutListener.Methods in org.jacop.search with parameters of type TimeOutListenerModifier and TypeMethodDescriptionvoidCreditCalculator.setChildrenListeners(TimeOutListener child) voidCreditCalculator.setChildrenListeners(TimeOutListener[] children) voidNoGoodsCollector.setChildrenListeners(TimeOutListener child) voidNoGoodsCollector.setChildrenListeners(TimeOutListener[] children) voidSimpleTimeOut.setChildrenListeners(TimeOutListener child) voidSimpleTimeOut.setChildrenListeners(TimeOutListener[] children) voidTimeOutListener.setChildrenListeners(TimeOutListener child) It sets child listener for this timeout listener.voidTimeOutListener.setChildrenListeners(TimeOutListener[] children) It sets children listeners for this timeout listener.voidDepthFirstSearch.setTimeOutListener(TimeOutListener listener) voidSearch.setTimeOutListener(TimeOutListener listener) It sets the root of the TimeOutListener.