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

com.ibm.able.rules
Class AbleXLib

java.lang.Object
  |
  +--com.ibm.able.rules.AbleXLib

public class AbleXLib
extends java.lang.Object

Miscellaneous ARL library functions deemed not ready for public distribution.


Method Summary
static void assert(boolean test)
          Assertion emulation.
static void assert(boolean test, java.lang.Object detailMessage)
          Assertion emulation.
protected  void ifSay(boolean test, java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

assert

public static void assert(boolean test)
                   throws AbleDataException
Assertion emulation. See http://java.sun.com/j2se/1.4/docs/guide/lang/assert.html.

assert

public static void assert(boolean test,
                          java.lang.Object detailMessage)
                   throws AbleDataException
Assertion emulation. See http://java.sun.com/j2se/1.4/docs/guide/lang/assert.html.

ifSay

protected void ifSay(boolean test,
                     java.lang.String text)

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

(C) Copyright IBM Corporation 1999, 2003