ABLE 2.0.0 07/02/2003 10:25:01

com.ibm.able.rules
Class AbleGUILib

java.lang.Object
  |
  +--com.ibm.able.rules.AbleGUILib
All Implemented Interfaces:
java.io.Serializable

public class AbleGUILib
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
AbleGUILib()
           
 
Method Summary
 void askUser(AbleRuleSet theRuleSet, AbleVariable theVariable)
          Prompt a user to provide a value for specific variable during backward inferencing.
 void askUser(AbleVariable theVariable)
          Prompt a user to provide a value for specific variable during backward inferencing.
static java.lang.String Copyright()
          Determine the copyright of this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbleGUILib

public AbleGUILib()
Method Detail

askUser

public void askUser(AbleVariable theVariable)
Prompt a user to provide a value for specific variable during backward inferencing. If the user cancels out of the dialog, the variable's value is set to null.
Parameters:
theVariable - a variable whose value cannot be determined any other way.


askUser

public void askUser(AbleRuleSet theRuleSet,
                    AbleVariable theVariable)
Prompt a user to provide a value for specific variable during backward inferencing. If the user cancels out of the dialog, the variable's value is set to null.
Parameters:
theVariable - a variable whose value cannot be determined any other way.


Copyright

public static java.lang.String Copyright()
Determine the copyright of this class.
Returns:
A String containing this class's copyright statement.


ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003