Uses of Interface
org.jacop.search.TimeOutListener
-
Packages that use TimeOutListener Package Description org.jacop.search -
-
Uses of TimeOutListener in org.jacop.search
Classes in org.jacop.search that implement TimeOutListener Modifier and Type Class Description classCreditCalculator<T extends Var>Defines functionality of credit search.classNoGoodsCollector<T extends IntVar>NoGoodCollector collects no-goods from search when timeout has occurred.classSimpleTimeOutIt defines a simple time out listener.Fields in org.jacop.search declared as TimeOutListener Modifier and Type Field Description (package private) TimeOutListenerDepthFirstSearch. timeOutListenerThe object informed about the determination of the timeout.(package private) TimeOutListener[]CreditCalculator. timeOutListeners(package private) TimeOutListener[]NoGoodsCollector. timeOutListenersTimeOutListener[]SimpleTimeOut. timeOutListenersIt contains child(ren) of this timeout listener.Methods in org.jacop.search that return TimeOutListener Modifier and Type Method Description TimeOutListenerDepthFirstSearch. getTimeOutListener()TimeOutListenerSearch. getTimeOutListener()It returns the root of the TimeOutListener.Methods in org.jacop.search with parameters of type TimeOutListener Modifier and Type Method Description voidCreditCalculator. 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.
-