haifa.shopsim.UI
Interface GUIAlgorithm

All Superinterfaces:
ShopAlgorithm
All Known Implementing Classes:
UserGUIAlgorithm, GUIforComputerAlgorithm

public interface GUIAlgorithm
extends ShopAlgorithm

A shop algorithm that has some sort of GUI represnting it.

Version:
1.1

Method Summary
 void setEnabled(boolean enabled)
           
 
Methods inherited from interface haifa.shopsim.ShopAlgorithm
explanationString, getAlgorithmName, isDeterministic, reset, setLog, setShopData, setShopSimulationObject, setShopStateObject, whatNow
 

Method Detail

setEnabled

public void setEnabled(boolean enabled)