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

Uses of Class
com.ibm.able.data.AbleDoubleLiteral

Packages that use AbleDoubleLiteral
com.ibm.able.rules The rules package defines the ABLE rule language; various inferencing engines; objects and APIs for creating and running rulesets under program control. 
 

Uses of AbleDoubleLiteral in com.ibm.able.rules
 

Methods in com.ibm.able.rules that return AbleDoubleLiteral
 AbleDoubleLiteral AblePredicateLib.plus(java.lang.Object theNumberA, java.lang.Object theNumberB)
          Add two numbers and return the result.
 AbleDoubleLiteral AblePredicateLib.minus(java.lang.Object theNumberA, java.lang.Object theNumberB)
          Subtract B from A and return the result.
 AbleDoubleLiteral AblePredicateLib.times(java.lang.Object theNumberA, java.lang.Object theNumberB)
          Multiply B by A and return the result.
 AbleDoubleLiteral AblePredicateLib.divideBy(java.lang.Object theNumberA, java.lang.Object theNumberB)
          Divide A by B and return the result.
 


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

(C) Copyright IBM Corporation 1999, 2003