edu.ksu.cis.kdd.util.gui
Interface OptionGUI

All Known Implementing Classes:
GenericOptionGUI

public interface OptionGUI

This interface is to accomodate the option GUI for each individual inference / learning algorithm.

Author:
Roby Joehanes

Method Summary
 javax.swing.JPanel getMainPane()
           
 Optionable getOptionableOwner()
           
 boolean isModified()
           
 void setVisible(boolean b)
           
 

Method Detail

setVisible

public void setVisible(boolean b)

getMainPane

public javax.swing.JPanel getMainPane()

isModified

public boolean isModified()

getOptionableOwner

public Optionable getOptionableOwner()