edu.washington.cs.supple.wlib.wap
Class WapTest

java.lang.Object
  extended byedu.washington.cs.supple.wlib.wap.WapTest
All Implemented Interfaces:
java.util.EventListener, SolverListener

public class WapTest
extends java.lang.Object
implements SolverListener

Author:
kgajos To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
WapTest()
           
 
Method Summary
 void solutionAvailable(Solution solution)
          This method is called when the search comes up with an improvement to the interface -- allows the listener to use the partial results
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WapTest

public WapTest()
Method Detail

solutionAvailable

public void solutionAvailable(Solution solution)
Description copied from interface: SolverListener
This method is called when the search comes up with an improvement to the interface -- allows the listener to use the partial results

Specified by:
solutionAvailable in interface SolverListener