| java.lang.Object de.uka.ilkd.key.gui.ApplyStrategy
ApplyStrategy | public class ApplyStrategy (Code) | | Applies rules in an automated fashion in a separate thread.
|
doWork | Object doWork()(Code) | | applies rules until this is no longer
possible or the thread is interrupted.
|
isAutoModeActive | public boolean isAutoModeActive()(Code) | | |
setAutoModeActive | public void setAutoModeActive(boolean autoModeActive)(Code) | | |
start | public void start(ListOfGoal goals, int maxSteps, long timeout)(Code) | | |
stop | public void stop()(Code) | | Called by the "Stop" button, interrupts the worker thread
which is running this.doWork(). Note that the doWork()
method handles InterruptedExceptions cleanly.
|
|
|