All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----ia_solver.Interface
This application creates a window with two main text areas and an assortment of control buttons and text fields. The Main text area is where the user enters constraints to be solved. The Result text area is where the answers are displayed.
public Interface(boolean isApplet)
public void destroy()
public boolean handleEvent(Event evt)
public boolean action(Event evt,
Object arg)
public int sizeStack()
public void pushStack()
public boolean popStack()
public static void main(String args[])
public void setMessageField(String s)
public void setButtonStatus(String s)
public Integer getMaxNarrow()
public Exp getConstraints()
public RealIntervalTable getVars()
public String getIntervalStyle()
public void setVarList(String s)
public void notifyNarrows(int i)
public void notifyFailure()
public void notifySuccess()
All Packages Class Hierarchy This Package Previous Next Index