All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface ia_solver.SolverGUI

public interface SolverGUI

Method Index

 o getConstraints()
 o getIntervalStyle()
 o getMaxNarrow()
 o getVars()
 o notifyFailure()
 o notifyNarrows(int)
 o notifySuccess()
 o popStack()
 o pushStack()
 o setButtonStatus(String)
 o setMessageField(String)
 o setVarList(String)
 o sizeStack()

Methods

 o setMessageField
 public abstract void setMessageField(String s)
 o setButtonStatus
 public abstract void setButtonStatus(String s)
 o getMaxNarrow
 public abstract Integer getMaxNarrow()
 o getConstraints
 public abstract Exp getConstraints()
 o getVars
 public abstract RealIntervalTable getVars()
 o getIntervalStyle
 public abstract String getIntervalStyle()
 o setVarList
 public abstract void setVarList(String s)
 o pushStack
 public abstract void pushStack()
 o popStack
 public abstract boolean popStack()
 o sizeStack
 public abstract int sizeStack()
 o notifyNarrows
 public abstract void notifyNarrows(int i)
 o notifyFailure
 public abstract void notifyFailure()
 o notifySuccess
 public abstract void notifySuccess()

All Packages  Class Hierarchy  This Package  Previous  Next  Index